JP6614418B2 - Electronics, platforms and log applications - Google Patents

Electronics, platforms and log applications Download PDF

Info

Publication number
JP6614418B2
JP6614418B2 JP2017029604A JP2017029604A JP6614418B2 JP 6614418 B2 JP6614418 B2 JP 6614418B2 JP 2017029604 A JP2017029604 A JP 2017029604A JP 2017029604 A JP2017029604 A JP 2017029604A JP 6614418 B2 JP6614418 B2 JP 6614418B2
Authority
JP
Japan
Prior art keywords
log
change
application
electronic device
api
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
JP2017029604A
Other languages
Japanese (ja)
Other versions
JP2018136651A (en
Inventor
洋 中村
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Kyocera Document Solutions Inc
Original Assignee
Kyocera Document Solutions Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Kyocera Document Solutions Inc filed Critical Kyocera Document Solutions Inc
Priority to JP2017029604A priority Critical patent/JP6614418B2/en
Publication of JP2018136651A publication Critical patent/JP2018136651A/en
Application granted granted Critical
Publication of JP6614418B2 publication Critical patent/JP6614418B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Control Or Security For Electrophotography (AREA)
  • Debugging And Monitoring (AREA)
  • Facsimiles In General (AREA)

Description

本発明は、アプリケーションを動作させるプラットフォームを備える電子機器、プラットフォームおよびログアプリケーションに関する。   The present invention relates to an electronic device including a platform for operating an application, a platform, and a log application.

従来、アプリケーションによって呼び出されるAPI(Application Program Interface)を提供するプラットフォームを備える電子機器が知られている。電子機器は、アプリケーションがインストールされることによって、機能を拡張することができ、例えば、より便利で、より使い易い機能を利用者に提供することができる。プラットフォームは、電子機器のメーカーによって提供されるが、アプリケーションは、電子機器のメーカーによって提供される場合だけでなく、サードパーティーによって提供される場合もある。   2. Description of the Related Art Conventionally, an electronic device including a platform that provides an API (Application Program Interface) called by an application is known. The electronic device can be expanded in function by installing an application. For example, the electronic device can provide a user with a more convenient and easier-to-use function. The platform is provided by an electronic device manufacturer, but the application may be provided by a third party as well as provided by the electronic device manufacturer.

プラットフォームによって提供されるAPIを適切に利用するアプリケーションが作成されるのであれば良いが、実際には、APIを不適切に利用して不具合を発生させるアプリケーションが存在する。   An application that appropriately uses the API provided by the platform may be created. However, in practice, there is an application that causes a malfunction by inappropriately using the API.

APIを不適切に利用して不具合を発生させるパターンとしては、例えば、電子機器の内部状態がAPIを適切に処理できない状態でAPIが呼び出されるパターンや、本来の目的とは異なる意図でAPIが呼び出されるパターンなどがある。   As a pattern for improperly using an API, for example, a pattern in which an API is called when the internal state of an electronic device cannot process the API properly, or an API is called with an intention different from the original purpose. Patterns.

電子機器の内部状態がAPIを適切に処理できない状態でAPIが呼び出されるパターンとしては、例えば、ログイン処理用のAPIが呼び出されて電子機器がログイン処理を実行している状態で、ログイン処理用のAPIが新たに呼び出されるパターンが存在する。電子機器の内部状態がAPIを適切に処理できない状態でAPIが呼び出されると、電子機器の処理が不適切なループに入ったりして、表示中の画面が固まったりなど、電子機器の動作が停止してしまうことがある。   As a pattern in which the API is called when the internal state of the electronic device cannot properly process the API, for example, the login processing API is called and the electronic device is executing the login processing. There is a pattern in which an API is newly called. If the API is called while the internal state of the electronic device cannot properly process the API, the electronic device stops operating, such as the electronic device processing entering an inappropriate loop and the screen being displayed is hardened. May end up.

本来の目的とは異なる意図でAPIが呼び出されるパターンとしては、例えば、実行中のジョブを停止させるために、本来は、ジョブを停止させるためのAPIが呼び出されるべきところ、ジョブの情報を消去するためのAPIが、実行中のジョブに対して呼び出されるパターンが存在する。ジョブの情報を消去するためのAPIが、実行中のジョブに対して呼び出された場合でも、実行中のジョブは、ジョブの情報が消去されたことによって停止するが、例えば、ジョブのログが適切に残らないなど、不具合が発生する場合がある。   As a pattern in which the API is called with an intention different from the original purpose, for example, in order to stop the job being executed, the job information is erased where the API for stopping the job should be called. There is a pattern in which an API is called for a job being executed. Even if the API for deleting job information is called for a job that is being executed, the job being executed stops when the job information is deleted. For example, the job log is appropriate. There may be problems such as not remaining on the screen.

従来、アプリケーションを動作させるプラットフォームを備える電子機器として、アプリケーションを動作させるOS(Operating System)を備え、アプリケーションの実行中に異常が発生した場合に、発生した異常に応じたトレースプログラムを動的に生成し、実行中のアプリケーションから必要な履歴情報をトレースプログラムによって取得して記憶する画像処理装置が知られている(例えば、特許文献1参照。)。   Conventionally, as an electronic device equipped with a platform for operating an application, an OS (Operating System) for operating the application has been provided. When an abnormality occurs during the execution of the application, a trace program is dynamically generated according to the abnormality that has occurred. An image processing apparatus that acquires necessary history information from a running application using a trace program and stores the history information is known (see, for example, Patent Document 1).

特開2010−049340号公報JP 2010-049340 A

しかしながら、特許文献1に記載された画像処理装置においては、アプリケーションによるAPIの呼び出しに関する不具合の原因を特定することが容易ではないという問題がある。   However, the image processing apparatus described in Patent Document 1 has a problem that it is not easy to identify the cause of a problem related to API calling by an application.

そこで、本発明は、アプリケーションによるAPIの呼び出しに関する不具合の原因の特定を容易化することができる電子機器、プラットフォームおよびログアプリケーションを提供することを目的とする。   Accordingly, an object of the present invention is to provide an electronic device, a platform, and a log application that can easily identify the cause of a malfunction related to API calling by an application.

本発明の電子機器は、アプリケーションによって呼び出されるAPI(Application Program Interface)を提供するプラットフォームを備える電子機器であって、前記電子機器の内部状態の変化と、前記アプリケーションによる前記APIの呼び出しとしてのAPIコールの変化とのログを記憶するためのログアプリケーションを備え、前記プラットフォームは、前記内部状態の変化、および、前記APIコールの変化を前記ログアプリケーションに通知する変化通知手段を前記電子機器に実現させ、前記ログアプリケーションは、前記変化通知手段によって通知された、前記内部状態の変化、および、前記APIコールの変化を前記ログとして記憶するログ記憶手段を前記電子機器に実現させることを特徴とする。   An electronic device of the present invention is an electronic device including a platform that provides an API (Application Program Interface) called by an application, and changes in an internal state of the electronic device and an API call as an API call by the application A log application for storing a log of changes in the electronic device, the platform causing the electronic device to implement change notification means for notifying the log application of the change in the internal state and the change in the API call, The log application causes the electronic device to implement log storage means for storing the change in the internal state and the change in the API call notified by the change notification means as the log. To do.

この構成により、本発明の電子機器は、電子機器の内部状態の変化と、アプリケーションによるAPIコールの変化とのログを記憶するので、アプリケーションによるAPIの呼び出しに関する不具合の原因の特定を容易化することができる。   With this configuration, the electronic device according to the present invention stores a log of changes in the internal state of the electronic device and changes in the API call by the application, thereby facilitating identification of the cause of the malfunction related to the API call by the application. Can do.

本発明の電子機器において、前記内部状態の変化、および、前記APIコールの変化は、複数のカテゴリーに分類され、前記ログアプリケーションは、前記カテゴリーの指定を受け付けるカテゴリー受付手段を前記電子機器に実現させ、前記ログ記憶手段は、前記複数のカテゴリーのうち、前記カテゴリー受付手段によって指定が受け付けられた前記カテゴリーの、前記内部状態の変化、および、前記APIコールの変化を前記ログとして記憶しても良い。   In the electronic device of the present invention, the change in the internal state and the change in the API call are classified into a plurality of categories, and the log application causes the electronic device to realize category reception means for receiving designation of the category. The log storage unit may store, as the log, the change in the internal state and the change in the API call in the category that has been designated by the category reception unit among the plurality of categories. .

この構成により、本発明の電子機器は、指定されたカテゴリーのみの、電子機器の内部状態の変化と、アプリケーションによるAPIコールの変化とをログとして記憶するので、ログの記憶の処理負担を軽減することができる。したがって、本発明の電子機器は、電子機器の内部状態の変化と、アプリケーションによるAPIコールの変化とのログの記憶の機能が、その機能以外の機能の妨げになることを抑えることができる。また、本発明の電子機器は、指定されたカテゴリーのみの、電子機器の内部状態の変化と、アプリケーションによるAPIコールの変化とをログとして記憶するので、ログのサイズを低減して作業者によるログの分析作業を容易化することができる。   With this configuration, the electronic device of the present invention stores changes in the internal state of the electronic device and changes in the API call by the application only in the designated category as a log, thus reducing the processing burden of log storage. be able to. Therefore, the electronic device of the present invention can suppress the function of storing logs of changes in the internal state of the electronic device and changes in the API call by the application from interfering with other functions. Further, the electronic device of the present invention stores changes in the internal state of the electronic device and changes in the API call due to the application for only the specified category as a log. The analysis work can be facilitated.

本発明の電子機器において、前記変化通知手段は、前記複数のカテゴリーのうち、前記カテゴリー受付手段によって指定が受け付けられた前記カテゴリーの、前記内部状態の変化、および、前記APIコールの変化を前記ログアプリケーションに通知しても良い。   In the electronic device according to the aspect of the invention, the change notification unit may log the change in the internal state and the change in the API call in the category of which the designation is received by the category reception unit among the plurality of categories. You may notify the application.

この構成により、本発明の電子機器は、指定されたカテゴリーのみの、電子機器の内部状態の変化と、アプリケーションによるAPIコールの変化とをプラットフォームからログアプリケーションに通知するので、プラットフォームからログアプリケーションへの通知負担を軽減することができる。したがって、本発明の電子機器は、電子機器の内部状態の変化と、アプリケーションによるAPIコールの変化とのログの記憶の機能が、その機能以外の機能の妨げになることを抑えることができる。   With this configuration, the electronic apparatus according to the present invention notifies the log application from the platform of the change in the internal state of the electronic apparatus and the change in the API call by the application only in the designated category. Notification burden can be reduced. Therefore, the electronic device of the present invention can suppress the function of storing logs of changes in the internal state of the electronic device and changes in the API call by the application from interfering with other functions.

本発明の電子機器において、前記ログ記憶手段は、前記電子機器の外部の記憶デバイスに前記ログを記憶しても良い。   In the electronic device of the present invention, the log storage means may store the log in a storage device external to the electronic device.

この構成により、本発明の電子機器は、電子機器の内部状態の変化と、アプリケーションによるAPIコールの変化とのログの記憶の機能以外の機能が使用する、電子機器の内部の記憶デバイスに、電子機器の内部状態の変化と、アプリケーションによるAPIコールの変化とのログを記憶しないので、電子機器の内部状態の変化と、アプリケーションによるAPIコールの変化とのログの記憶の機能が、その機能以外の機能の妨げになることを抑えることができる。   With this configuration, the electronic apparatus according to the present invention can store the electronic device in a storage device inside the electronic apparatus used by a function other than the log storage function of the change in the internal state of the electronic apparatus and the change in the API call by the application. Since the log of the change of the internal state of the device and the change of the API call by the application is not stored, the function of storing the log of the change of the internal state of the electronic device and the change of the API call by the application is different from the function. It is possible to suppress the obstruction of the function.

本発明のプラットフォームは、電子機器によって実行されるアプリケーションによって呼び出されるAPI(Application Program Interface)を提供するプラットフォームであって、前記電子機器の内部状態の変化と、前記アプリケーションによる前記APIの呼び出しとしてのAPIコールの変化とのログを記憶するためのログアプリケーションに、前記内部状態の変化、および、前記APIコールの変化を通知する変化通知手段を前記電子機器に実現させることを特徴とする。   The platform of the present invention provides an API (Application Program Interface) that is called by an application executed by an electronic device, and includes a change in an internal state of the electronic device and an API as a call to the API by the application. A change notification means for notifying the change of the internal state and the change of the API call is realized in the electronic device in a log application for storing a log of the change of the call.

この構成により、本発明のプラットフォームを実行する電子機器は、電子機器の内部状態の変化と、アプリケーションによるAPIコールの変化とのログを記憶するので、アプリケーションによるAPIの呼び出しに関する不具合の原因の特定を容易化することができる。   With this configuration, the electronic device that executes the platform of the present invention stores a log of changes in the internal state of the electronic device and changes in the API call by the application. Can be facilitated.

本発明のログアプリケーションは、アプリケーションによって呼び出されるAPI(Application Program Interface)を提供するプラットフォームを備える電子機器の内部状態の変化と、前記アプリケーションによる前記APIの呼び出しとしてのAPIコールの変化とのログを記憶するためのログアプリケーションであって、前記プラットフォームによって通知された前記内部状態の変化、および、前記APIコールの変化を前記ログとして記憶するログ記憶手段を前記電子機器に実現させることを特徴とする。   The log application of the present invention stores a log of a change in an internal state of an electronic device including a platform that provides an API (Application Program Interface) called by the application and a change in an API call as the API call by the application. A log storage means for storing the change in the internal state notified by the platform and the change in the API call as the log in the electronic device.

この構成により、本発明のログアプリケーションを実行する電子機器は、電子機器の内部状態の変化と、アプリケーションによるAPIコールの変化とのログを記憶するので、アプリケーションによるAPIの呼び出しに関する不具合の原因の特定を容易化することができる。   With this configuration, the electronic device that executes the log application of the present invention stores the log of the change in the internal state of the electronic device and the change in the API call by the application. Can be facilitated.

本発明の電子機器、プラットフォームおよびログアプリケーションは、アプリケーションによるAPIの呼び出しに関する不具合の原因の特定を容易化することができる。   The electronic device, the platform, and the log application of the present invention can facilitate the identification of the cause of the malfunction related to the API call by the application.

本発明の一実施の形態に係るMFPのブロック図である。1 is a block diagram of an MFP according to an embodiment of the present invention. ログ用情報のカテゴリーが指定される場合の図1に示すMFPの動作のフローチャートである。3 is a flowchart of the operation of the MFP shown in FIG. 1 when a log information category is designated. 図2に示す動作において表示される情報カテゴリー指定画面の一例を示す図である。It is a figure which shows an example of the information category designation | designated screen displayed in the operation | movement shown in FIG. MFPの内部状態の変化をログとして記憶する場合の図1に示すMFPの動作のシーケンス図である。FIG. 2 is a sequence diagram of the operation of the MFP shown in FIG. 1 when storing changes in the internal state of the MFP as a log. APIコールの変化をログとして記憶する場合の図1に示すMFPの動作のシーケンス図である。FIG. 2 is a sequence diagram of the operation of the MFP shown in FIG. 1 when storing API call changes as a log. アプリケーションによって実行されたAPIコールがログ対象カテゴリー情報に示されるカテゴリーのものではない場合の図1に示すMFPにおける情報の流れを示す図である。FIG. 2 is a diagram illustrating a flow of information in the MFP illustrated in FIG. 1 when an API call executed by an application is not of a category indicated in log target category information. アプリケーションによって実行されたAPIコールがログ対象カテゴリー情報に示されるカテゴリーのものである場合の図1に示すMFPにおける情報の流れを示す図である。FIG. 2 is a diagram showing a flow of information in the MFP shown in FIG. 1 when an API call executed by an application is of a category indicated by log target category information.

以下、本発明の一実施の形態について、図面を用いて説明する。   Hereinafter, an embodiment of the present invention will be described with reference to the drawings.

まず、本実施の形態に係る電子機器としてのMFP(Multifunction Peripheral)の構成について説明する。   First, the configuration of an MFP (Multifunction Peripheral) as an electronic apparatus according to the present embodiment will be described.

図1は、本実施の形態に係るMFP10のブロック図である。   FIG. 1 is a block diagram of MFP 10 according to the present embodiment.

図1に示すように、MFP10は、種々の操作が入力されるボタンなどの入力デバイスである操作部11と、種々の情報を表示するLCD(Liquid Crystal Display)などの表示デバイスである表示部12と、用紙などの記録媒体に画像を印刷する印刷デバイスであるプリンター13と、原稿から画像を読み取る読取デバイスであるスキャナー14と、図示していない外部のファクシミリ装置と公衆電話回線などの通信回線経由でファックス通信を行うファックスデバイスであるファックス通信部15と、LAN(Local Area Network)、インターネットなどのネットワーク経由で、または、ネットワークを介さずに有線または無線によって直接に、外部の装置と通信を行う通信デバイスである通信部16と、SDカード、USB(Universal Serial Bus)メモリーなどの、MFP10の外部の記憶デバイス90が接続されるインターフェイス17と、各種の情報を記憶する半導体メモリー、HDD(Hard Disk Drive)などの不揮発性の記憶デバイスである記憶部20と、MFP10全体を制御する制御部30とを備えている。   As illustrated in FIG. 1, the MFP 10 includes an operation unit 11 that is an input device such as buttons for inputting various operations, and a display unit 12 that is a display device such as an LCD (Liquid Crystal Display) that displays various information. A printer 13 that is a printing device that prints an image on a recording medium such as paper, a scanner 14 that is a reading device that reads an image from a document, an external facsimile apparatus (not shown), and a communication line such as a public telephone line Communicates with an external device via a fax communication unit 15 which is a fax device that performs fax communication with a LAN (Local Area Network), the Internet, or directly via wired or wireless without going through the network. Communication that is a communication device 16, an SD card, an interface 17 to which an external storage device 90 of the MFP 10 is connected, such as a USB (Universal Serial Bus) memory, a semiconductor memory for storing various information, and a nonvolatile such as an HDD (Hard Disk Drive) The storage unit 20 is a storage device, and the control unit 30 controls the entire MFP 10.

インターフェイス17に接続される記憶デバイス90は、MFP10の内部状態の変化と、後述のアプリケーションによる後述のAPI(Application Program Interface)の呼び出しとしてのAPIコールの変化とをログ91として記憶可能である。   The storage device 90 connected to the interface 17 can store, as a log 91, changes in the internal state of the MFP 10 and changes in API calls as API (Application Program Interface) calls described later by applications described later.

以下、MFP10の内部状態の変化と、APIコールの変化とを、ログ用情報と言う。ログ用情報は、例えば、MFP10のログインに関連するログイン関連のカテゴリー、MFP10によるジョブの実行に関連するジョブ実行関連のカテゴリー、MFP10のスリープ機能に関連するスリープ関連のカテゴリーなど、複数のカテゴリーに分類されている。   Hereinafter, changes in the internal state of the MFP 10 and changes in the API call are referred to as log information. The log information is classified into a plurality of categories such as a login-related category related to login of the MFP 10, a job execution-related category related to job execution by the MFP 10, and a sleep-related category related to the sleep function of the MFP 10. Has been.

記憶部20は、ファームウェア21を記憶している。ファームウェア21は、MFP10の製造段階でMFP10にインストールされていても良いし、USBメモリーなどの外部の記憶媒体からMFP10に追加でインストールされても良いし、ネットワーク上からMFP10に追加でインストールされても良い。   The storage unit 20 stores firmware 21. The firmware 21 may be installed in the MFP 10 at the manufacturing stage of the MFP 10, may be additionally installed in the MFP 10 from an external storage medium such as a USB memory, or may be additionally installed in the MFP 10 from the network. good.

ファームウェア21は、ファックス通信部15を介してFAX送信したりFAX受信したりするFAX機能用のコンポーネント、印刷データに基づいてプリンター13によって記録媒体に画像を印刷するプリント機能用のコンポーネント、特定の条件の場合にMFP10の電源の少なくとも一部を落とすスリープ機能用のコンポーネントなど、MFP10の機能毎のコンポーネント21aを含んでいる。   The firmware 21 includes a component for a FAX function that transmits and receives a FAX via the fax communication unit 15, a component for a print function that prints an image on a recording medium by the printer 13 based on print data, and specific conditions In this case, a component 21 a for each function of the MFP 10 is included, such as a component for a sleep function that turns off at least a part of the power of the MFP 10.

ファームウェア21は、後述のアプリケーションを動作させるためのプラットフォーム21bを含んでいる。プラットフォーム21bは、コンポーネント21aを利用するための様々なAPI21cを含んでいる。   The firmware 21 includes a platform 21b for operating an application described later. The platform 21b includes various APIs 21c for using the component 21a.

記憶部20は、プラットフォーム21b上で動作する様々なアプリケーション22を記憶可能である。アプリケーション22としては、ログ91を記憶するためのログアプリケーション22aも存在する。アプリケーション22は、MFP10の製造段階でMFP10にインストールされていても良いし、USBメモリーなどの外部の記憶媒体からMFP10に追加でインストールされても良いし、ネットワーク上からMFP10に追加でインストールされても良い。   The storage unit 20 can store various applications 22 that operate on the platform 21b. As the application 22, there is also a log application 22a for storing the log 91. The application 22 may be installed in the MFP 10 at the manufacturing stage of the MFP 10, may be additionally installed in the MFP 10 from an external storage medium such as a USB memory, or may be additionally installed in the MFP 10 from the network. good.

記憶部20は、ログ91として記憶する対象のログ用情報のカテゴリーを示すログ対象カテゴリー情報23を記憶可能である。   The storage unit 20 can store log target category information 23 indicating a category of target log information to be stored as the log 91.

制御部30は、例えば、CPU(Central Processing Unit)と、プログラムおよび各種のデータを記憶しているROM(Read Only Memory)と、CPUの作業領域として用いられるRAM(Random Access Memory)とを備えている。CPUは、ROMまたは記憶部20に記憶されているプログラムを実行する。   The control unit 30 includes, for example, a CPU (Central Processing Unit), a ROM (Read Only Memory) storing a program and various data, and a RAM (Random Access Memory) used as a work area of the CPU. Yes. The CPU executes a program stored in the ROM or the storage unit 20.

制御部30は、プラットフォーム21bを実行することによって、MFP10の内部状態の変化と、APIコールの変化とをログアプリケーション22aに通知する変化通知手段31を実現する。   The control unit 30 implements a change notification unit 31 that notifies the log application 22a of changes in the internal state of the MFP 10 and changes in the API call by executing the platform 21b.

制御部30は、ログアプリケーション22aを実行することによって、変化通知手段31によって通知された、MFP10の内部状態の変化、および、APIコールの変化をログ91として記憶するログ記憶手段32と、ログ用情報のカテゴリーの指定を受け付けるカテゴリー受付手段33とを実現する。   The control unit 30 executes the log application 22a, thereby storing a change in the internal state of the MFP 10 and a change in the API call notified by the change notification unit 31 as a log 91; A category receiving unit 33 that receives designation of a category of information is realized.

次に、MFP10の動作について説明する。   Next, the operation of the MFP 10 will be described.

まず、ログアプリケーション22aがインストールされる場合のMFP10の動作について説明する。   First, the operation of the MFP 10 when the log application 22a is installed will be described.

例えば、MFP10の利用者は、アプリケーション22の利用時に不具合が発生した場合、サービスパーソンに不具合の解消を依頼する。サービスパーソンは、アプリケーション22の利用時に発生する不具合の解消がMFP10の利用者から依頼されると、MFP10の設置場所に赴き、ログアプリケーション22aのインストールを操作部11から指示する。したがって、MFP10の制御部30は、ログアプリケーション22aをMFP10にインストールする。   For example, if a problem occurs when using the application 22, the user of the MFP 10 requests a service person to solve the problem. When requested by the user of the MFP 10 to resolve a problem that occurs when the application 22 is used, the service person goes to the installation location of the MFP 10 and instructs the operation unit 11 to install the log application 22a. Therefore, the control unit 30 of the MFP 10 installs the log application 22a in the MFP 10.

次に、ログ用情報のカテゴリーが指定される場合のMFP10の動作について説明する。   Next, the operation of the MFP 10 when the category of log information is designated will be described.

図2は、ログ用情報のカテゴリーが指定される場合のMFP10の動作のフローチャートである。   FIG. 2 is a flowchart of the operation of the MFP 10 when the category of log information is designated.

MFP10にログアプリケーション22aがインストールされた後、ログ用情報のカテゴリーを指定するための情報カテゴリー指定画面40(図3参照。)の表示をサービスパーソンが操作部11を介して指示すると、制御部30は、図2に示す動作を実行する。   After the log application 22 a is installed in the MFP 10, when the service person instructs the display of the information category designation screen 40 (see FIG. 3) for designating the category of log information via the operation unit 11, the control unit 30. Performs the operation shown in FIG.

図2に示すように、カテゴリー受付手段33は、情報カテゴリー指定画面40を表示部12に表示する(S101)。   As shown in FIG. 2, the category receiving means 33 displays the information category designation screen 40 on the display unit 12 (S101).

図3は、情報カテゴリー指定画面40の一例を示す図である。   FIG. 3 is a diagram illustrating an example of the information category designation screen 40.

図3に示す情報カテゴリー指定画面40は、ログイン関連のカテゴリーのログ用情報を記憶するか否かを指定するためのトグルスイッチ41と、ジョブ実行関連のカテゴリーのログ用情報を記憶するか否かを指定するためのトグルスイッチ42と、スリープ関連のカテゴリーのログ用情報を記憶するか否かを指定するためのトグルスイッチ43と、OKボタン44とを含んでいる。   The information category designation screen 40 shown in FIG. 3 includes a toggle switch 41 for designating whether or not to store log-related category log information, and whether or not to store job execution-related category log information. Includes a toggle switch 42 for designating, a toggle switch 43 for designating whether or not log information related to sleep-related categories is stored, and an OK button 44.

ログイン関連のカテゴリーのログ用情報の具体例について説明する。MFP10の内部状態の変化としては、例えば、「ログイン要求受付中の状態」への変化、「ログイン処理中の状態」への変化、「ログイン中の状態」への変化、「ログアウト処理中の状態」への変化などが存在する。APIコールの変化としては、例えば、ログイン処理用のAPI21cの呼び出しの発生、ログアウト処理用のAPI21cの呼び出しの発生などが存在する。   Specific examples of log-related category log information will be described. As changes in the internal state of the MFP 10, for example, a change to “a state of accepting a login request”, a change to “a state of login processing”, a change to “a state of login”, and a “state of logout process” There is a change to "". Changes in the API call include, for example, the occurrence of a call for the API 21c for login processing, the occurrence of a call for the API 21c for logout processing, and the like.

ジョブ実行関連のカテゴリーのログ用情報の具体例について説明する。MFP10の内部状態の変化としては、例えば、「スキャン中の状態」への変化、「スキャン完了の状態」への変化、「FAX中の状態」への変化、「FAX完了の状態」への変化、「コピー中の状態」への変化、「コピー完了の状態」への変化などが存在する。APIコールの変化としては、例えば、ジョブの情報の作成用のAPI21cの呼び出しの発生、カラー、モノクロなど、ジョブの設定の変更用のAPI21cの呼び出しの発生、ジョブの実行用のAPI21cの呼び出しの発生などが存在する。   A specific example of log information in a category related to job execution will be described. As changes in the internal state of the MFP 10, for example, a change to a “scanning state”, a change to a “scanning completion state”, a change to a “faxing state”, and a change to a “FAX completion state” , A change to "copying status", a change to "copy completion status", and the like. Changes in API calls include, for example, the occurrence of a call to the API 21c for creating job information, the occurrence of a call to the API 21c for changing job settings such as color and monochrome, and the occurrence of a call to the API 21c for job execution. Etc. exist.

スリープ関連のカテゴリーのログ用情報の具体例について説明する。MFP10の内部状態の変化としては、例えば、「通常の起動状態からスリープ状態への移行中の状態」への変化、「スリープ状態」への変化、「スリープ状態から通常の起動状態への移行中の状態」への変化、「通常の起動状態」への変化などが存在する。APIコールの変化としては、例えば、通常の起動状態からスリープ状態への移行用のAPI21cの呼び出しの発生、スリープ状態から通常の起動状態への移行用のAPI21cの呼び出しの発生などが存在する。   A specific example of log information in the sleep-related category will be described. Examples of changes in the internal state of the MFP 10 include, for example, a change to “a state during transition from the normal startup state to the sleep state”, a change to “sleep state”, and a “transition from the sleep state to the normal start state” Change to “status”, and change to “normal startup status”. Changes in the API call include, for example, generation of a call to the API 21c for transition from the normal activation state to the sleep state, generation of a call to the API 21c for transition from the sleep state to the normal activation state, and the like.

図2に示すように、カテゴリー受付手段33は、OKボタン44が押されたと判断するまで、OKボタン44が押されたか否かを判断する(S102)。   As shown in FIG. 2, the category receiving unit 33 determines whether or not the OK button 44 is pressed until it is determined that the OK button 44 is pressed (S102).

カテゴリー受付手段33は、OKボタン44が押されたとS102において判断すると、OKボタン44が押された時点でログ用情報を記憶することがトグルスイッチ41〜43によって指定されていたカテゴリーをログ対象カテゴリー情報23に記憶する(S103)。   When the category receiving unit 33 determines in S102 that the OK button 44 has been pressed, the category for which log information is stored by the toggle switches 41 to 43 when the OK button 44 is pressed is selected as the log target category. The information 23 is stored (S103).

次いで、カテゴリー受付手段33は、表示部12による情報カテゴリー指定画面40の表示を終了して(S104)、図2に示す動作を終了する。   Next, the category receiving unit 33 ends the display of the information category designation screen 40 by the display unit 12 (S104), and ends the operation shown in FIG.

サービスパーソンは、図2に示す動作の後、MFP10の利用者から聞き取った、不具合が発生した状況を、ログ91の記憶のために再現する。   After the operation shown in FIG. 2, the service person reproduces, for storing the log 91, the situation in which the trouble has occurred, which is heard from the user of the MFP 10.

次に、ログ91を記憶する場合のMFP10の動作について説明する。   Next, the operation of the MFP 10 when storing the log 91 will be described.

まず、MFP10の内部状態の変化をログ91として記憶する場合のMFP10の動作について説明する。   First, the operation of the MFP 10 when storing changes in the internal state of the MFP 10 as the log 91 will be described.

図4は、MFP10の内部状態の変化をログ91として記憶する場合のMFP10の動作のシーケンス図である。   FIG. 4 is a sequence diagram of the operation of the MFP 10 when the change in the internal state of the MFP 10 is stored as the log 91.

MFP10の内部状態が変化すると、図4に示すように、変化通知手段31は、変化した内部状態がログ対象カテゴリー情報23に示されるカテゴリーのものであるか否かを判断する(S131)。   When the internal state of the MFP 10 changes, as shown in FIG. 4, the change notification unit 31 determines whether or not the changed internal state belongs to the category indicated in the log target category information 23 (S131).

変化通知手段31は、変化した内部状態がログ対象カテゴリー情報23に示されるカテゴリーのものであるとS131において判断すると、この変化をログアプリケーション22aに通知する(S132)。すなわち、変化通知手段31は、オブザーバー通知を実行する。   If the change notification unit 31 determines in S131 that the changed internal state is of the category indicated in the log target category information 23, the change notification unit 31 notifies the log application 22a of this change (S132). That is, the change notification unit 31 performs observer notification.

したがって、ログ記憶手段32は、S132において通知されてきた、MFP10の内部状態の変化をログ91として記憶する(S133)。   Therefore, the log storage unit 32 stores the change in the internal state of the MFP 10 notified in S132 as the log 91 (S133).

なお、変化通知手段31は、変化した内部状態がログ対象カテゴリー情報23に示されるカテゴリーのものではないとS131において判断すると、この変化をログアプリケーション22aに通知しない。したがって、この変化は、ログ91として記憶されない。   If the change notification unit 31 determines in S131 that the changed internal state is not of the category indicated in the log target category information 23, the change notification unit 31 does not notify the log application 22a of this change. Therefore, this change is not stored as the log 91.

次に、APIコールの変化をログ91として記憶する場合のMFP10の動作について説明する。   Next, the operation of the MFP 10 when storing API call changes as the log 91 will be described.

図5は、APIコールの変化をログ91として記憶する場合のMFP10の動作のシーケンス図である。   FIG. 5 is a sequence diagram of the operation of the MFP 10 when storing a change in API call as the log 91.

図5に示すように、アプリケーション22がAPIコールを実行する(S161)と、プラットフォーム21bは、S161において実行されたAPIコールに応じてAPI21cによってコンポーネント21aに動作の実行を指示する(S162)。   As shown in FIG. 5, when the application 22 executes an API call (S161), the platform 21b instructs the component 21a to execute an operation by the API 21c according to the API call executed in S161 (S162).

コンポーネント21aは、S162において指示された動作を実行する(S163)と、実行結果をAPI21cに通知する(S164)。したがって、プラットフォーム21bは、S164において通知されてきた実行結果をアプリケーション22に通知する(S165)。   When the component 21a executes the operation instructed in S162 (S163), the component 21a notifies the API 21c of the execution result (S164). Therefore, the platform 21b notifies the execution result notified in S164 to the application 22 (S165).

変化通知手段31は、S164において実行結果が通知されてくると、S161において実行されたAPIコールがログ対象カテゴリー情報23に示されるカテゴリーのものであるか否かを判断する(S166)。   When the execution result is notified in S164, the change notification unit 31 determines whether or not the API call executed in S161 belongs to the category indicated in the log target category information 23 (S166).

変化通知手段31は、S161において実行されたAPIコールがログ対象カテゴリー情報23に示されるカテゴリーのものであるとS166において判断すると、このAPIコールの変化をログアプリケーション22aに通知する(S167)。すなわち、変化通知手段31は、オブザーバー通知を実行する。   If the change notification means 31 determines in S166 that the API call executed in S161 belongs to the category indicated in the log target category information 23, the change notification means 31 notifies the change in the API call to the log application 22a (S167). That is, the change notification unit 31 performs observer notification.

したがって、ログ記憶手段32は、S167において通知されてきた、APIコールの変化をログ91として記憶する(S168)。   Therefore, the log storage unit 32 stores the API call change notified in S167 as the log 91 (S168).

なお、変化通知手段31は、S161において実行されたAPIコールがログ対象カテゴリー情報23に示されるカテゴリーのものではないとS166において判断すると、このAPIコールの変化をログアプリケーション22aに通知しない。したがって、このAPIコールの変化は、ログ91として記憶されない。   If the change notification unit 31 determines in S166 that the API call executed in S161 is not in the category indicated in the log target category information 23, the change notification unit 31 does not notify the log application 22a of the change in the API call. Therefore, this API call change is not stored as the log 91.

すなわち、プラットフォーム21bは、アプリケーション22によって実行されたAPIコールがログ対象カテゴリー情報23に示されるカテゴリーのものではない場合、図6に示すように、アプリケーション22およびコンポーネント21aとの間で従来通りの情報のやり取りを行うが、アプリケーション22によって実行されたAPIコールがログ対象カテゴリー情報23に示されるカテゴリーのものである場合、図7に示すように、アプリケーション22およびコンポーネント21aとの間で従来通りの情報のやり取りを行うだけでなく、ログアプリケーション22aにAPIコールの変化を通知する。   That is, when the API call executed by the application 22 is not in the category indicated in the log target category information 23, the platform 21b performs conventional information between the application 22 and the component 21a as shown in FIG. However, if the API call executed by the application 22 belongs to the category indicated in the log target category information 23, the conventional information is exchanged between the application 22 and the component 21a as shown in FIG. In addition, the log application 22a is notified of the API call change.

サービスパーソンは、MFP10の利用者から聞き取った、不具合が発生した状況を再現した後、MFP10によって記憶されたログ91を解析することによって、不具合の原因を特定し、不具合を解消する。   The service person reproduces the situation where the malfunction occurred, which is heard from the user of the MFP 10, and then analyzes the log 91 stored by the MFP 10 to identify the cause of the malfunction and eliminate the malfunction.

なお、サービスパーソンは、不具合の原因の特定後などに、ログアプリケーション22aをMFP10からアンインストールすることができる。   The service person can uninstall the log application 22a from the MFP 10 after identifying the cause of the malfunction.

以上に説明したように、MFP10は、MFP10の内部状態の変化と、アプリケーション22によるAPIコールの変化とのログ91を記憶するので、アプリケーション22によるAPI21cの呼び出しに関する不具合の原因の特定を容易化することができる。   As described above, the MFP 10 stores the log 91 of the change in the internal state of the MFP 10 and the change in the API call by the application 22, thereby facilitating the identification of the cause of the malfunction related to the API 21 c calling by the application 22. be able to.

MFP10は、指定されたカテゴリーのみの、MFP10の内部状態の変化と、アプリケーション22によるAPIコールの変化とをログ91として記憶するので、ログ91の記憶の処理負担を軽減することができる。したがって、MFP10は、MFP10の内部状態の変化と、アプリケーション22によるAPIコールの変化とのログ91の記憶の機能が、その機能以外の機能(例えば、FAX機能、プリント機能、スリープ機能、ログ91以外のログの記憶の機能など。)の妨げになることを抑えることができる。   Since the MFP 10 stores the change in the internal state of the MFP 10 and the change in the API call by the application 22 only in the designated category as the log 91, the processing load of storing the log 91 can be reduced. Therefore, the MFP 10 has functions for storing the log 91 of changes in the internal state of the MFP 10 and changes in the API call by the application 22 other than the functions (for example, other than the FAX function, the print function, the sleep function, and the log 91). The log storage function etc.) can be prevented from being hindered.

MFP10は、指定されたカテゴリーのみの、MFP10の内部状態の変化と、アプリケーション22によるAPIコールの変化とをログ91として記憶するので、ログ91のサイズを低減して作業者によるログ91の分析作業を容易化することができる。   Since the MFP 10 stores the change in the internal state of the MFP 10 and the change in the API call by the application 22 only in the designated category as the log 91, the size of the log 91 is reduced and the analysis work of the log 91 by the operator is performed. Can be facilitated.

MFP10は、指定されたカテゴリーのみの、MFP10の内部状態の変化と、アプリケーション22によるAPIコールの変化とをプラットフォーム21bからログアプリケーション22aに通知するので、プラットフォーム21bからログアプリケーション22aへの通知負担を軽減することができる。したがって、MFP10は、MFP10の内部状態の変化と、アプリケーション22によるAPIコールの変化とのログ91の記憶の機能が、その機能以外の機能の妨げになることを抑えることができる。   Since the MFP 10 notifies the log application 22a from the platform 21b of changes in the internal state of the MFP 10 and changes in the API call by the application 22 for only the designated category, the notification load from the platform 21b to the log application 22a is reduced. can do. Therefore, the MFP 10 can suppress the function of storing the log 91 of the change in the internal state of the MFP 10 and the change in the API call by the application 22 from interfering with functions other than the function.

MFP10は、MFP10の内部状態の変化と、アプリケーション22によるAPIコールの変化とのログ91の記憶の機能以外の機能が使用する、MFP10の内部の記憶デバイス(例えば、記憶部20、制御部30のRAMなど。)に、MFP10の内部状態の変化と、アプリケーション22によるAPIコールの変化とのログ91を記憶しないので、MFP10の内部状態の変化と、アプリケーション22によるAPIコールの変化とのログ91の記憶の機能が、その機能以外の機能の妨げになることを抑えることができる。   The MFP 10 uses storage devices (for example, the storage unit 20 and the control unit 30) inside the MFP 10 that are used by functions other than the function of storing the log 91 of changes in the internal state of the MFP 10 and changes in API calls by the application 22. Since the log 91 of the change in the internal state of the MFP 10 and the change in the API call by the application 22 is not stored in the RAM or the like), the log 91 of the change in the internal state of the MFP 10 and the change in the API call by the application 22 It is possible to suppress the memory function from interfering with functions other than the function.

なお、MFP10が外部の記憶デバイス90に情報を書き込む場合は、MFP10が内部の記憶デバイスに情報を書き込む場合と比較して、一般的に情報の書き込み速度が遅い。しかしながら、ログ91は、一回の書き込みで書き込まれる情報の量がそもそも少なく、書き込み頻度もそれほど多くない。したがって、MFP10は、外部の記憶デバイス90にログ91を記憶する場合であっても、適切にログ91を記憶することができる。   Note that when the MFP 10 writes information to the external storage device 90, the information writing speed is generally slower than when the MFP 10 writes information to the internal storage device. However, in the log 91, the amount of information written by one writing is small in the first place, and the writing frequency is not so high. Therefore, the MFP 10 can appropriately store the log 91 even when the log 91 is stored in the external storage device 90.

MFP10は、MFP10の内部の記憶デバイスに、MFP10の内部状態の変化と、アプリケーション22によるAPIコールの変化とのログを記憶しても良い。   The MFP 10 may store logs of changes in the internal state of the MFP 10 and changes in API calls by the application 22 in a storage device inside the MFP 10.

本発明の電子機器は、本実施の形態においてMFPであるが、プリンター専用機、コピー専用機など、MFP以外の画像形成装置でも良いし、PC(Personal Computer)など、画像形成装置以外の電子機器でも良い。   The electronic apparatus according to the present invention is an MFP in the present embodiment, but may be an image forming apparatus other than the MFP, such as a printer dedicated machine or a copy dedicated machine, or an electronic apparatus other than the image forming apparatus, such as a PC (Personal Computer). But it ’s okay.

10 MFP(電子機器)
21b プラットフォーム
21c API
22 アプリケーション
22a ログアプリケーション
31 変化通知手段
32 ログ記憶手段
33 カテゴリー受付手段
90 記憶デバイス
91 ログ
10 MFP (electronic equipment)
21b platform 21c API
22 Application 22a Log application 31 Change notification means 32 Log storage means 33 Category reception means 90 Storage device 91 Log

Claims (6)

アプリケーションによって呼び出されるAPI(Application Program Interface)を提供するプラットフォームを備える電子機器であって、
前記電子機器の内部状態の変化と、
前記アプリケーションによる前記APIの呼び出しとしてのAPIコールの変化と
のログを記憶するためのログアプリケーションを備え、
前記プラットフォームは、前記内部状態の変化、および、前記APIコールの変化を前記ログアプリケーションに通知する変化通知手段を前記電子機器に実現させ、
前記ログアプリケーションは、前記変化通知手段によって通知された、前記内部状態の変化、および、前記APIコールの変化を前記ログとして記憶するログ記憶手段を前記電子機器に実現させることを特徴とする電子機器。
An electronic device including a platform that provides an API (Application Program Interface) called by an application,
Changes in the internal state of the electronic device;
A log application for storing a log of a change in an API call as a call to the API by the application;
The platform causes the electronic device to implement change notification means for notifying the log application of changes in the internal state and changes in the API call,
The log application causes the electronic device to implement log storage means for storing the change in the internal state and the change in the API call notified by the change notification means as the log. .
前記内部状態の変化、および、前記APIコールの変化は、複数のカテゴリーに分類され、
前記ログアプリケーションは、前記カテゴリーの指定を受け付けるカテゴリー受付手段を前記電子機器に実現させ、
前記ログ記憶手段は、前記複数のカテゴリーのうち、前記カテゴリー受付手段によって指定が受け付けられた前記カテゴリーの、前記内部状態の変化、および、前記APIコールの変化を前記ログとして記憶することを特徴とする請求項1に記載の電子機器。
The internal state change and the API call change are classified into a plurality of categories,
The log application causes the electronic device to realize category receiving means for receiving the category designation,
The log storage means stores, as the log, changes in the internal state and changes in the API call of the category that has been designated by the category acceptance means among the plurality of categories. The electronic device according to claim 1.
前記変化通知手段は、前記複数のカテゴリーのうち、前記カテゴリー受付手段によって指定が受け付けられた前記カテゴリーの、前記内部状態の変化、および、前記APIコールの変化を前記ログアプリケーションに通知することを特徴とする請求項2に記載の電子機器。   The change notification unit notifies the log application of a change in the internal state and a change in the API call in the category of which the designation is received by the category reception unit among the plurality of categories. The electronic device according to claim 2. 前記ログ記憶手段は、前記電子機器の外部の記憶デバイスに前記ログを記憶することを特徴とする請求項1から請求項3までの何れかに記載の電子機器。   The electronic device according to any one of claims 1 to 3, wherein the log storage unit stores the log in a storage device external to the electronic device. 電子機器によって実行されるアプリケーションによって呼び出されるAPI(Application Program Interface)を提供するプラットフォームであって、
前記電子機器の内部状態の変化と、
前記アプリケーションによる前記APIの呼び出しとしてのAPIコールの変化と
のログを記憶するためのログアプリケーションに、前記内部状態の変化、および、前記APIコールの変化を通知する変化通知手段を前記電子機器に実現させることを特徴とするプラットフォーム。
A platform that provides an API (Application Program Interface) called by an application executed by an electronic device,
A change in the internal state of the electronic device;
A change notification means for notifying a change in the internal state and a change in the API call to the log application for storing a log of changes in the API call as the API call by the application is realized in the electronic device Platform characterized by letting you.
アプリケーションによって呼び出されるAPI(Application Program Interface)を提供するプラットフォームを備える電子機器の内部状態の変化と、
前記アプリケーションによる前記APIの呼び出しとしてのAPIコールの変化と
のログを記憶するためのログアプリケーションであって、
前記プラットフォームによって通知された前記内部状態の変化、および、前記APIコールの変化を前記ログとして記憶するログ記憶手段を前記電子機器に実現させることを特徴とするログアプリケーション。
A change in the internal state of an electronic device including a platform that provides an API (Application Program Interface) called by an application;
A log application for storing a log of a change in an API call as a call to the API by the application,
A log application that causes the electronic device to implement log storage means for storing the change in the internal state notified by the platform and the change in the API call as the log.
JP2017029604A 2017-02-21 2017-02-21 Electronics, platforms and log applications Expired - Fee Related JP6614418B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2017029604A JP6614418B2 (en) 2017-02-21 2017-02-21 Electronics, platforms and log applications

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2017029604A JP6614418B2 (en) 2017-02-21 2017-02-21 Electronics, platforms and log applications

Publications (2)

Publication Number Publication Date
JP2018136651A JP2018136651A (en) 2018-08-30
JP6614418B2 true JP6614418B2 (en) 2019-12-04

Family

ID=63365863

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2017029604A Expired - Fee Related JP6614418B2 (en) 2017-02-21 2017-02-21 Electronics, platforms and log applications

Country Status (1)

Country Link
JP (1) JP6614418B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117724807A (en) * 2022-09-06 2024-03-19 广州三星通信技术研究有限公司 Application running method and device, electronic equipment and storage medium

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4923131B2 (en) * 2004-08-30 2012-04-25 株式会社リコー Log collection system, log collection device, and log collection program
JP5370530B2 (en) * 2005-08-15 2013-12-18 株式会社リコー Information processing apparatus, information processing method, information processing program, and recording medium
JP2009070230A (en) * 2007-09-14 2009-04-02 Ricoh Co Ltd Operation history information recording device, control method for operation history information recording device, control program and recording medium
JP5798973B2 (en) * 2012-04-11 2015-10-21 株式会社リコー Apparatus and method for executing a plurality of programs whose processing states change

Also Published As

Publication number Publication date
JP2018136651A (en) 2018-08-30

Similar Documents

Publication Publication Date Title
US11070688B2 (en) Information processing apparatus, method for controlling the same, and storage medium for displaying a menu screen for using destination information of a destination
US20190095259A1 (en) Electronic Device and Log Application
US20160004482A1 (en) Printing system, image processing apparatus, information processing apparatus, information processing method, and program
US20180091682A1 (en) Image forming apparatus, method for controlling image forming apparatus, and storage medium
JP2010103775A (en) Image processing apparatus, image processing system, control program, and recording medium
JP6614418B2 (en) Electronics, platforms and log applications
US11553100B2 (en) Image processing apparatus and method of communicating with an external apparatus
JP7169847B2 (en) image forming device
JP5561465B2 (en) Image forming apparatus, image forming system, and processing program
US10579014B2 (en) Image forming apparatus for removing dew condensation, control method for image forming apparatus, and storage medium
US20170034365A1 (en) Information processing apparatus, method of controlling the same, and storage medium
US9542128B2 (en) Preview image of output data from an output device with user input
US10740171B2 (en) Information processing apparatus, memory control method for information processing apparatus, and program
US11132158B2 (en) Image forming apparatus, control method, and storage medium storing program
JP7192655B2 (en) Information processing device, information processing system, program, and information processing method
JP7569696B2 (en) Image forming apparatus and image forming method
US10965838B2 (en) Image forming apparatus, method for controlling image forming apparatus, and non-transitory storage medium for restricting a function
JP2013168023A (en) Image formation device and control program of image formation device
US11165925B2 (en) API for printing apparatus functions
US20160286073A1 (en) Data communication apparatus, method for controlling the same, and storage medium
US11509788B2 (en) Information processing apparatus and non-transitory computer readable medium
US10455095B2 (en) Image communication apparatus having a maintenance operation mode, method of controlling the same, and storage medium
US9270851B2 (en) Image forming apparatus method and storage medium storing program for controlling display when the image forming appratus returns to an active state from a power-saving state
JP2011066502A (en) Scanner driver, information processing apparatus, program for scanner driver, and recording medium with the program stored
JP2020115606A (en) Communication device, control method of the same, and program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20181122

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20190920

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20191009

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20191022

R150 Certificate of patent or registration of utility model

Ref document number: 6614418

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

LAPS Cancellation because of no payment of annual fees