WO2018040968A1 - 一种便于跟踪和定位支付终端故障的方法及装置 - Google Patents

一种便于跟踪和定位支付终端故障的方法及装置 Download PDF

Info

Publication number
WO2018040968A1
WO2018040968A1 PCT/CN2017/098238 CN2017098238W WO2018040968A1 WO 2018040968 A1 WO2018040968 A1 WO 2018040968A1 CN 2017098238 W CN2017098238 W CN 2017098238W WO 2018040968 A1 WO2018040968 A1 WO 2018040968A1
Authority
WO
WIPO (PCT)
Prior art keywords
fault
log
payment terminal
failure
fault log
Prior art date
Application number
PCT/CN2017/098238
Other languages
English (en)
French (fr)
Inventor
吴旋
Original Assignee
福建联迪商用设备有限公司
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 福建联迪商用设备有限公司 filed Critical 福建联迪商用设备有限公司
Publication of WO2018040968A1 publication Critical patent/WO2018040968A1/zh

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/22Detection or location of defective computer hardware by testing during standby operation or during idle time, e.g. start-up testing
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/22Detection or location of defective computer hardware by testing during standby operation or during idle time, e.g. start-up testing
    • G06F11/2268Logging of test results

Definitions

  • the present invention relates to the field of payment terminal technologies, and in particular, to a method and apparatus for facilitating tracking and locating a failure of a payment terminal.
  • payment terminals may cause various failures due to software, hardware, application, or usage environment problems.
  • the fault is usually reported by the customer or the customer service personnel, and the technician or the customer service technician remotely instructs the customer or the customer service to view the information. If the problem cannot be solved, the manufacturer's technicians will need to reproduce the fault on the manufacturer's side, and even go to the incident site to check the problem immediately.
  • Disadvantages 1 The distribution of terminals is scattered, the number is large, and it is difficult to find faults and to see the location of the incident. When the rush arrives, the phenomenon and information cannot be seen.
  • Disadvantage 2 The terminal actually used, considering the problems of sequence, security, etc., it is impossible to output debug information with it, and some terminals do not have a serial port. In this way, there is a problem, there is not enough information for analysis.
  • Disadvantages 3 Re-failure on the manufacturer side, because the number of machines and environment are different, it may not be reproducible.
  • the technical problem to be solved by the present invention is: A problem and a problem that it is difficult to collect sufficient information for a payment terminal failure, and it is difficult to analyze.
  • the present invention provides a method and apparatus for facilitating tracking and locating a failure of a payment terminal.
  • the technical solution adopted by the present invention is: Providing a method for facilitating tracking and locating a failure of a payment terminal, comprising the following steps:
  • a preset fault log generation format includes: an identifier, configured to identify a fault log of a corresponding format;
  • the fault log is saved in the storage unit.
  • the payment terminal is preset with a fault log exporting program, and the fault log exporting program is configured to export the fault log from the payment terminal.
  • the method further includes the steps of: counting the total amount of the fault log in the storage unit, and when the total amount is greater than the preset value, all the faults in the storage unit are ⁇ Export and delete.
  • the fault log in the storage unit is encrypted and then exported from the payment terminal.
  • the storage unit is a flash memory.
  • the fault log further includes
  • fault code used to record the code of the faulty system hardware and software fault after the unified number
  • Occurrence of daytime used for recording, including the time between the clock and the day;
  • Fault Description Used to record the cause of the fault and related information.
  • Another technical solution of the present invention is to provide an apparatus for facilitating tracking and locating a failure of a payment terminal, including
  • a preset module a format for generating a preset fault log; the fault log includes: an identifier, configured to identify a fault log of a corresponding format;
  • a detecting module configured to detect whether the log output by the payment terminal includes an identifier of the fault log
  • the storage module is configured to save the fault log in the storage unit if the detecting module detects that the log output by the payment terminal includes the identifier of the fault log.
  • the foregoing apparatus for facilitating tracking and locating a failure of the payment terminal further includes an exporting module, configured to derive a fault log from the payment terminal.
  • the foregoing apparatus for facilitating tracking and locating a failure of the payment terminal further includes an export deletion module.
  • the fault log further includes
  • fault code used to record the code of the faulty system software and hardware fault after the unified number
  • Occurrence of daytime used for recording, including the time between the clock and the day;
  • Fault Description Used to record the cause of the fault and related information.
  • the beneficial effects of the present invention are as follows:
  • the present invention is convenient for tracking and locating the method and device for the failure of the payment terminal, and outputting the failure log by formatting, and collecting and saving to the FLASH by the dedicated fault log background service, and realizing The function of saving the fault scene. In this way, after a fault occurs, sufficient information can be obtained for analysis and positioning, which is very helpful for early detection and solving problems, and can effectively solve the shortcomings of the existing methods in a certain program.
  • FIG. 1 is a flowchart of a method for facilitating tracking and locating a failure of a payment terminal according to an embodiment of the present invention
  • FIG. 2 is a structural block diagram of an apparatus for facilitating tracking and locating a failure of a payment terminal according to an embodiment of the present invention
  • the most critical idea of the present invention is: The present invention realizes the function of saving the fault scene by formatting and outputting the fault log and collecting and saving it to the FLASH by the dedicated faulty background service.
  • a method for facilitating tracking and locating a failure of a payment terminal includes the following steps:
  • a preset fault log generation format the fault log includes: an identifier, configured to identify a fault log of a corresponding format; [0040] detecting whether the log output by the payment terminal includes an identifier of the fault log;
  • the fault log is saved in the storage unit.
  • each module driver or background service needs to output a log.
  • the Linux kernel it is the dmesg log (printk mode); in the user space, in the case of Android, it is logcat.
  • the fault log of the present invention is set to a specific format, which includes: 1. Identifier: indicates that the payment terminal is faulty, and thus the original log of the system is divided into two, and the module name: the module name 3 that has failed, the fault code : Encode the system hardware and software failures with a uniform number. 4. Occurrence: ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇
  • the present invention facilitates the method of tracking and locating the failure of the payment terminal, and outputs the fault log by formatting, and is collected and saved by the dedicated fault log background service to the storage unit, thereby realizing the function of saving the fault scene. In this way, after a fault occurs, sufficient information can be obtained for analysis and positioning, which is helpful for early detection of the problem, and can effectively solve the shortcomings of the existing method in a certain program.
  • the method for facilitating tracking and locating a failure of a payment terminal further includes the steps of: counting the total number of fault logs in the storage unit, when the total amount is greater than a preset value, All logs in the storage unit are exported and deleted.
  • a fault log exporting program is preset on the payment terminal, and the fault log exporting program is configured to export a fault log from the payment terminal.
  • the fault log in the storage unit is encrypted and then exported from the payment terminal.
  • the storage unit is a flash memory.
  • the fault log can be encrypted and exported. This way, once the machine In the event of a failure, the manufacturer's technician can remotely instruct the customer or customer service staff to export the fault log to the technician using the fault log export program. In this way, after the technician decrypts, the fault log can be analyzed to find the cause of the fault.
  • the present invention also provides an apparatus for facilitating tracking and locating a failure of a payment terminal, including:
  • preset module 1 a format for generating a preset fault log; the fault log includes: an identifier, used to identify a fault log of a corresponding format;
  • the detecting module 2 is configured to detect whether the log output by the payment terminal includes an identifier of the fault log;
  • the storage module 3 is configured to save the fault log in the storage unit if the detecting module detects that the log output by the payment terminal includes an identifier of the fault log.
  • the foregoing apparatus for facilitating tracking and locating a failure of the payment terminal further includes an exporting module, configured to export the fault log from the payment terminal.
  • the foregoing apparatus for facilitating tracking and locating the failure of the payment terminal further includes an export deletion module, configured to collect a total amount of the fault log in the storage unit, and when the total amount is greater than a preset value, the storage unit is All logs are exported and deleted.
  • the fault log further includes:
  • fault code used to record the code of the faulty system hardware and software fault after the unified number
  • Fault Description Used to record the cause of the fault and related information.
  • the present invention provides a method and apparatus for tracking and locating a failure of a payment terminal.
  • the formatted output failure log is collected and saved by the dedicated fault log background service and saved to the FLASH. The function of saving the fault scene. In this way, after a fault occurs, sufficient information can be obtained for analysis and positioning, which is very helpful for early detection and solving problems, and can effectively solve the shortcomings of the existing methods in a certain program.
  • the size of the fault log in the storage unit can be limited, the loop is saved, the storage space is saved, and the use efficiency and stability of the fault log are improved;
  • the fault log can be encrypted and exported. In this way, once the machine fails, the manufacturer's technician can remotely instruct the customer or customer service staff to export the fault log to the technician using the fault log export program. In this way, after the technician decrypts, the fault log can be analyzed to find the cause of the fault.

Landscapes

  • Engineering & Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Quality & Reliability (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Debugging And Monitoring (AREA)

Abstract

本发明涉及支付终端技术领域,具体涉及一种便于跟踪和定位支付终端故障的方法及装置,所述方法包括如下步骤:预设故障日志的生成格式;检测支付终端输出的日志是否含有故障日志的标识符;若检测到日志中含有故障日志的标识符,则将故障日志保存在存储单元中。本发明的有益效果在于:本发明便于跟踪和定位支付终端故障的方法及装置,通过格式化输出故障日志,并由专门的故障日志后台服务收集并保存到FLASH上,实现了及时保存故障现场的功能。这样,出现故障后,可以获取足够信息进行分析定位,对及早发现解决问题有很大帮助,在一定程序上能有效解决现有方式的缺点。

Description

一种便于跟踪和定位支付终端故障的方法及装置 技术领域
[0001] 本发明涉及支付终端技术领域, 具体涉及一种便于跟踪和定位支付终端故障的 方法及装置。
背景技术
[0002] 支付终端在实际使用中, 由于软件、 硬件、 应用或使用环境问题, 会产生各种 故障。
[0003] 目前出现故障后, 通常是由客户或客服人员上报故障, 并由厂家技术人员远程 指导客户或客服査看信息。 如果不能解决问题, 则需要由厂家技术人员在厂商 这边重现故障, 甚至要立即赶往事发地点査问题。
[0004] 缺点 1 : 终端分布分散, 数量多, 出现故障也难以及吋到事发地点进行査看, 等赶到吋, 现象和信息已经无法看到。
[0005] 缺点 2: 实际使用的终端, 考虑到吋序、 安全等方面问题, 不可能随吋输出调 试信息, 部分终端也没有串口。 这样, 出问题吋, 没有足够信息进行分析。
[0006] 缺点 3: 在厂商这边重新故障, 因为机器数量、 环境不同, 不一定能再现。
技术问题
[0007] 本发明所要解决的技术问题是: 针对支付终端故障难以收集足够信息, 难以分 析的问题, 本发明提出一种便于跟踪和定位支付终端故障的方法及装置。
问题的解决方案
技术解决方案
[0008] 为了解决上述技术问题, 本发明采用的技术方案为: 提供一种便于跟踪和定位 支付终端故障的方法, 包括如下步骤:
[0009] 预设故障日志的生成格式; 所述故障日志包括: 标识符, 用于标识对应格式的 故障日志;
[0010] 检测支付终端输出的日志是否含有故障日志的标识符;
[0011] 若检测到日志中含有故障日志的标识符, 则将故障日志保存在存储单元中。 [0012] 优选的, 上述的便于跟踪和定位支付终端故障的方法中, 所述支付终端上预置 有故障日志导出程序, 所述故障日志导出程序用于从支付终端上导出故障日志
[0013] 优选的, 上述的便于跟踪和定位支付终端故障的方法中, 还包括步骤: 统计存 储单元中故障日志的总量, 当总量大于预设值吋, 将存储单元中的所有故障曰 志导出并刪除。
[0014] 优选的, 上述的便于跟踪和定位支付终端故障的方法中, 对存储单元中的故障 日志进行加密后从支付终端上导出。
[0015] 优选的, 上述的便于跟踪和定位支付终端故障的方法中, 所述存储单元为闪存
[0016] 优选的, 上述的便于跟踪和定位支付终端故障的方法中, 所述故障日志还包括
[0017] 模块名, 用于记录出现故障的模块名称;
[0018] 故障码: 用于记录出现故障的系统软硬件故障统一编号后的编码;
[0019] 发生吋间: 用于记录包括吋钟吋间、 幵机以来吋间;
[0020] 故障描述: 用于记录故障原因和相关信息。
[0021] 本发明的另一技术方案为提供一种便于跟踪和定位支付终端故障的装置, 包括
[0022] 预设模块: 用于预设故障日志的生成格式; 所述故障日志包括: 标识符, 用于 标识对应格式的故障日志;
[0023] 检测模块, 用于检测支付终端输出的日志是否含有故障日志的标识符;
[0024] 存储模块, 用于若检测模块检测到支付终端输出的日志中含有故障日志的标识 符, 则将故障日志保存在存储单元中。
[0025] 优选的, 上述的便于跟踪和定位支付终端故障的装置中, 还包括导出模块, 用 于从支付终端上导出故障日志。
[0026] 优选的, 上述的便于跟踪和定位支付终端故障的装置中, 还包括导出刪除模块
, 用于统计存储单元中故障日志的总量, 当总量大于预设值吋, 将存储单元中 的所有日志导出并刪除。 [0027] 优选的, 上述的便于跟踪和定位支付终端故障的装置中, 所述故障日志还包括
[0028] 模块名, 用于记录出现故障的模块名称;
[0029] 故障码: 用于记录出现故障的系统软硬件故障统一编号后的编码;
[0030] 发生吋间: 用于记录包括吋钟吋间、 幵机以来吋间;
[0031] 故障描述: 用于记录故障原因和相关信息。
发明的有益效果
有益效果
[0032] 本发明的有益效果在于: 本发明便于跟踪和定位支付终端故障的方法及装置, 通过格式化输出故障日志, 并由专门的故障日志后台服务收集并保存到 FLASH 上, 实现了及吋保存故障现场的功能。 这样, 出现故障后, 可以获取足够信息 进行分析定位, 对及早发现解决问题有很大帮助, 在一定程序上能有效解决现 有方式的缺点。
对附图的简要说明
附图说明
[0033] 图 1为本发明具体实施方式的便于跟踪和定位支付终端故障的方法的流程图; [0034] 图 2为本发明具体实施方式的便于跟踪和定位支付终端故障的装置的结构框图
[0035] 标号说明:
[0036] 1、 预设模块; 2、 检测模块; 3、 存储模块。
具体实施方式
[0037] 本发明最关键的构思在于: 本发明通过格式化输出故障日志, 并由专门的故障 曰志后台服务收集并保存到 FLASH上, 实现了及吋保存故障现场的功能。
[0038] 请参照图 1, 一种便于跟踪和定位支付终端故障的方法, 包括如下步骤:
[0039] 预设故障日志的生成格式; 所述故障日志包括: 标识符, 用于标识对应格式的 故障日志; [0040] 检测支付终端输出的日志是否含有故障日志的标识符;
[0041] 若检测到日志中含有故障日志的标识符, 则将故障日志保存在存储单元中。
[0042]
[0043] 上述的便于跟踪和定位支付终端故障的方法中, 在支付终端的内核和用户空间 中, 一旦出现故障吋, 各模块驱动或后台服务需要输出日志。 在 Linux内核中, 为 dmesg日志 (printk方式) ; 在用户空间, 以安卓为例, 则是 logcat。
[0044] 本发明的故障日志设置为特定格式, 其包括: 1、 标识符: 表明是支付终端故 障, 这样与系统原有的日志分幵 2、 模块名: 出现故障的模块名称 3、 故障码: 将系统软硬件故障统一编号进行编码。 4、 发生吋间: 包括吋钟吋间、 幵机以来 吋间 5、 故障描述: 描述故障原因和相关信息。 本发明支付终端上还预置一个故 障日志服务, 它负责监控 Linux内核的 dmesg和 logcat中的故障日志标识符, 一旦 检测到, 则获取该故障日志, 并保存到存储单元上。
[0045] 本发明便于跟踪和定位支付终端故障的方法, 通过格式化输出故障日志, 并由 专门的故障日志后台服务收集并保存到存储单元上, 实现了及吋保存故障现场 的功能。 这样, 出现故障后, 可以获取足够信息进行分析定位, 对及早发现解 决问题有很大帮助, 在一定程序上能有效解决现有方式的缺点。
[0046]
[0047] 在本发明的一个具体实施例中, 上述的便于跟踪和定位支付终端故障的方法中 , 还包括步骤: 统计存储单元中故障日志的总量, 当总量大于预设值吋, 将存 储单元中的所有日志导出并刪除。 所述支付终端上预置有故障日志导出程序, 所述故障日志导出程序用于从支付终端上导出故障日志。
[0048] 由上可知, 考虑到空间问题, 可以限制存储单元中的故障日志大小, 进行循环 保存。 节省了存储空间, 还提高了故障日志的使用效率和稳定性。
[0049]
[0050] 在本发明的一个具体实施例中, 上述的便于跟踪和定位支付终端故障的方法中 , 对存储单元中的故障日志进行加密后从支付终端上导出。 所述存储单元为闪 存。
[0051] 由上可知, 出于安全考虑, 可以对故障日志进行加密后导出。 这样, 一旦机器 发生故障, 厂商技术人员可以远程指导客户或客服人员用故障日志导出程序导 出故障日志发送给技术人员。 这样, 技术人员解密后, 就可以对故障日志进行 分析, 从而找到故障原因。
[0052]
[0053] 本发明还提供一种便于跟踪和定位支付终端故障的装置, 包括:
[0054] 预设模块 1 : 用于预设故障日志的生成格式; 所述故障日志包括: 标识符, 用 于标识对应格式的故障日志;
[0055] 检测模块 2, 用于检测支付终端输出的日志是否含有故障日志的标识符;
[0056] 存储模块 3, 用于若检测模块检测到支付终端输出的日志中含有故障日志的标 识符, 则将故障日志保存在存储单元中。
[0057] 进一步的, 上述的便于跟踪和定位支付终端故障的装置中, 还包括导出模块, 用于从支付终端上导出故障日志。
[0058] 进一步的, 上述的便于跟踪和定位支付终端故障的装置中, 还包括导出刪除模 块, 用于统计存储单元中故障日志的总量, 当总量大于预设值吋, 将存储单元 中的所有日志导出并刪除。
[0059] 进一步的, 上述的便于跟踪和定位支付终端故障的装置中, 所述故障日志还包 括:
[0060] 模块名, 用于记录出现故障的模块名称;
[0061] 故障码: 用于记录出现故障的系统软硬件故障统一编号后的编码;
[0062] 发生吋间: 用于记录包括吋钟吋间、 幵机以来吋间;
[0063] 故障描述: 用于记录故障原因和相关信息。
[0064] 综上所述, 本发明提供的便于跟踪和定位支付终端故障的方法及装置, 通过格 式化输出故障日志, 并由专门的故障日志后台服务收集并保存到 FLASH上, 实 现了及吋保存故障现场的功能。 这样, 出现故障后, 可以获取足够信息进行分 析定位, 对及早发现解决问题有很大帮助, 在一定程序上能有效解决现有方式 的缺点。
[0065] 进一步的, 考虑到空间问题, 可以限制存储单元中的故障日志大小, 进行循环 保存, 节省了存储空间, 还提高了故障日志的使用效率和稳定性; 出于安全考 虑, 可以对故障日志进行加密后导出。 这样, 一旦机器发生故障, 厂商技术人 员可以远程指导客户或客服人员用故障日志导出程序导出故障日志发送给技术 人员。 这样, 技术人员解密后, 就可以对故障日志进行分析, 从而找到故障原 因。

Claims

权利要求书
一种便于跟踪和定位支付终端故障的方法, 其特征在于, 包括如下步 骤:
预设故障日志的生成格式; 所述故障日志包括: 标识符, 用于标识对 应格式的故障日志;
检测支付终端输出的日志是否含有故障日志的标识符;
若检测到日志中含有故障日志的标识符, 则将故障日志保存在存储单 元中。
根据权利要求 1所述的便于跟踪和定位支付终端故障的方法, 其特征 在于, 所述支付终端上预置有故障日志导出程序, 所述故障日志导出 程序用于从支付终端上导出故障日志。
根据权利要求 2所述的便于跟踪和定位支付终端故障的方法, 其特征 在于, 还包括步骤: 统计存储单元中故障日志的总量, 当总量大于预 设值吋, 将存储单元中的所有故障日志导出并刪除。
根据权利要求 1-3任一项所述的便于跟踪和定位支付终端故障的方法
, 其特征在于, 对存储单元中的故障日志进行加密后从支付终端上导 出。
根据权利要求 1所述的便于跟踪和定位支付终端故障的方法, 其特征 在于, 所述存储单元为闪存。
根据权利要求 1所述的便于跟踪和定位支付终端故障的方法, 其特征 在于, 所述故障日志还包括:
模块名, 用于记录出现故障的模块名称;
故障码: 用于记录出现故障的系统软硬件故障统一编号后的编码; 发生吋间: 用于记录包括吋钟吋间、 幵机以来吋间;
故障描述: 用于记录故障原因和相关信息。
一种便于跟踪和定位支付终端故障的装置, 其特征在于, 包括: 预设模块: 用于预设故障日志的生成格式; 所述故障日志包括: 标识 符, 用于标识对应格式的故障日志; 检测模块, 用于检测支付终端输出的日志是否含有故障日志的标识符 存储模块, 用于若检测模块检测到支付终端输出的日志中含有故障日 志的标识符, 则将故障日志保存在存储单元中。
[权利要求 8] 根据权利要求 7所述的便于跟踪和定位支付终端故障的装置, 其特征 在于, 还包括导出模块, 用于从支付终端上导出故障日志。
[权利要求 9] 根据权利要求 7所述的便于跟踪和定位支付终端故障的装置, 其特征 在于, 还包括导出刪除模块, 用于统计存储单元中故障日志的总量, 当总量大于预设值吋, 将存储单元中的所有日志导出并刪除。
[权利要求 10] 根据权利要求 7所述的便于跟踪和定位支付终端故障的装置, 其特征 在于, 所述故障日志还包括:
模块名, 用于记录出现故障的模块名称;
故障码: 用于记录出现故障的系统软硬件故障统一编号后的编码; 发生吋间: 用于记录包括吋钟吋间、 幵机以来吋间;
故障描述: 用于记录故障原因和相关信息。
PCT/CN2017/098238 2016-08-31 2017-08-21 一种便于跟踪和定位支付终端故障的方法及装置 WO2018040968A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201610786084.5A CN106383759A (zh) 2016-08-31 2016-08-31 一种便于跟踪和定位支付终端故障的方法及装置
CN201610786084.5 2016-08-31

Publications (1)

Publication Number Publication Date
WO2018040968A1 true WO2018040968A1 (zh) 2018-03-08

Family

ID=57939465

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2017/098238 WO2018040968A1 (zh) 2016-08-31 2017-08-21 一种便于跟踪和定位支付终端故障的方法及装置

Country Status (2)

Country Link
CN (1) CN106383759A (zh)
WO (1) WO2018040968A1 (zh)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11520681B2 (en) * 2018-01-23 2022-12-06 Amlogic (Shanghai) Co., Ltd. System log collection method

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106383759A (zh) * 2016-08-31 2017-02-08 福建联迪商用设备有限公司 一种便于跟踪和定位支付终端故障的方法及装置
CN107145422B (zh) * 2017-03-14 2020-08-28 卡斯柯信号有限公司 一种软件故障报警监测方法
CN107133143A (zh) * 2017-04-25 2017-09-05 努比亚技术有限公司 重启日志归并方法、上传方法、系统及可读存储介质
CN112860650A (zh) * 2021-02-08 2021-05-28 广州仪速安电子科技有限公司 一种仪器故障告警方法和装置

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103226340A (zh) * 2013-04-16 2013-07-31 深圳市汇川控制技术有限公司 可编程逻辑控制器及实现方法
CN104038821A (zh) * 2014-06-09 2014-09-10 四川长虹电器股份有限公司 统一收集Android电视各功能模块故障信息的方法
US8874967B2 (en) * 2012-03-30 2014-10-28 Ncr Corporation Managing code-tracing data
CN106383759A (zh) * 2016-08-31 2017-02-08 福建联迪商用设备有限公司 一种便于跟踪和定位支付终端故障的方法及装置

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9092563B1 (en) * 2013-09-27 2015-07-28 Emc Corporation System for discovering bugs using interval algebra query language
CN103701926B (zh) * 2013-12-31 2017-06-16 小米科技有限责任公司 一种获取故障原因信息的方法、装置和系统
CN104301136B (zh) * 2014-09-11 2018-06-19 青岛海信电器股份有限公司 故障信息上报及处理的方法及设备
CN104503892B (zh) * 2014-12-19 2018-07-24 宇龙计算机通信科技(深圳)有限公司 终端异常的处理方法、处理装置和终端
CN105116842B (zh) * 2015-07-13 2018-05-11 华中科技大学 一种基于数控系统日志的故障数据可视化解析方法
CN105718354A (zh) * 2016-01-20 2016-06-29 上海斐讯数据通信技术有限公司 一种故障信息的重现方法和重现装置

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8874967B2 (en) * 2012-03-30 2014-10-28 Ncr Corporation Managing code-tracing data
CN103226340A (zh) * 2013-04-16 2013-07-31 深圳市汇川控制技术有限公司 可编程逻辑控制器及实现方法
CN104038821A (zh) * 2014-06-09 2014-09-10 四川长虹电器股份有限公司 统一收集Android电视各功能模块故障信息的方法
CN106383759A (zh) * 2016-08-31 2017-02-08 福建联迪商用设备有限公司 一种便于跟踪和定位支付终端故障的方法及装置

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11520681B2 (en) * 2018-01-23 2022-12-06 Amlogic (Shanghai) Co., Ltd. System log collection method

Also Published As

Publication number Publication date
CN106383759A (zh) 2017-02-08

Similar Documents

Publication Publication Date Title
WO2018040968A1 (zh) 一种便于跟踪和定位支付终端故障的方法及装置
CN110457190B (zh) 一种基于区块链的全链路监控方法、装置及系统
CN102722431B (zh) 进程监控方法及装置
CN103577313B (zh) 一种移动终端应用程序测试方法及装置
CN110046073B (zh) 一种日志采集方法及装置、设备、存储介质
CN104809030A (zh) 一种基于Android的异常处理系统及处理方法
CN107688531A (zh) 数据库集成测试方法、装置、计算机设备及存储介质
WO2016188100A1 (zh) 信息系统故障场景信息收集方法及系统
CN104536860A (zh) 一种实时监测jbod模式下硬盘排列顺序的方法
CN108600035A (zh) 一种非侵入式web应用监控与日志查询方法
CN105223889A (zh) 一种适用于产线的自动监控pmc raid卡日志的方法
CN110932887A (zh) 一种bmc调试方法、系统及装置
CN108984332A (zh) 一种定位服务器宕机故障的装置及方法
WO2015007091A1 (zh) 一种数据记录生成方法及装置
CN104714863A (zh) 一种基于Linux操作系统的系统宕机后Raid卡日志完整保存的方法
WO2014206099A1 (zh) 一种多节点服务器系统的故障现场信息的收集方法及装置
CN106681878A (zh) 一种pcie通道带宽的测试方法
CN112529223A (zh) 一种设备故障报修方法、装置、服务器及储存介质
CN110245077A (zh) 一种程序异常的响应方法及设备
CN106055465A (zh) 一种客户端错误异常信息统计方法
CN102662787A (zh) 一种保护系统盘raid的方法
WO2024098986A1 (zh) 一种基于智能录波器的继电保护装置缺陷检测方法及系统
CN104238540A (zh) 用于系统异常诊断的信息采集方法、装置及医疗设备
CN113010341A (zh) 一种故障内存定位的方法和设备
WO2021056913A1 (zh) 基于i2c通讯的故障定位方法、装置及系统

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 17845270

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 17845270

Country of ref document: EP

Kind code of ref document: A1