WO2025123747A1 - 一种在车机上查看日志的方法、电子设备、车机和车辆 - Google Patents

一种在车机上查看日志的方法、电子设备、车机和车辆 Download PDF

Info

Publication number
WO2025123747A1
WO2025123747A1 PCT/CN2024/112986 CN2024112986W WO2025123747A1 WO 2025123747 A1 WO2025123747 A1 WO 2025123747A1 CN 2024112986 W CN2024112986 W CN 2024112986W WO 2025123747 A1 WO2025123747 A1 WO 2025123747A1
Authority
WO
WIPO (PCT)
Prior art keywords
log
viewing
display
screen
logs
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.)
Pending
Application number
PCT/CN2024/112986
Other languages
English (en)
French (fr)
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.)
Faw Beijing Software Technology Co Ltd
FAW Group Corp
Original Assignee
Faw Beijing Software Technology Co Ltd
FAW Group Corp
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 Faw Beijing Software Technology Co Ltd, FAW Group Corp filed Critical Faw Beijing Software Technology Co Ltd
Publication of WO2025123747A1 publication Critical patent/WO2025123747A1/zh
Anticipated expiration legal-status Critical
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/32Monitoring with visual or acoustical indication of the functioning of the machine
    • G06F11/323Visualisation of programs or trace data
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/3003Monitoring arrangements specially adapted to the computing system or computing system component being monitored
    • G06F11/3013Monitoring arrangements specially adapted to the computing system or computing system component being monitored where the computing system is an embedded system, i.e. a combination of hardware and software dedicated to perform a certain function in mobile devices, printers, automotive or aircraft systems
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/3051Monitoring arrangements for monitoring the configuration of the computing system or of the computing system component, e.g. monitoring the presence of processing resources, peripherals, I/O links, software programs
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/3065Monitoring arrangements determined by the means or processing involved in reporting the monitored data
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/16File or folder operations, e.g. details of user interfaces specifically adapted to file systems
    • G06F16/168Details of user interfaces specifically adapted to file systems, e.g. browsing and visualisation, 2d or 3d GUIs
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/18File system types
    • G06F16/1805Append-only file systems, e.g. using logs or journals to store data
    • G06F16/1815Journaling file systems

Definitions

  • Performance optimization System logs record application and operating system performance data, including response time, memory usage, CPU occupancy, etc. Developers can analyze this data, identify performance bottlenecks, and take measures to optimize application performance.
  • System logs can also be used to monitor the security of applications and operating systems. By examining logs, developers can discover potential security vulnerabilities, abnormal behavior, and unauthorized access, thereby improving the security of applications.
  • a USB cable is required to connect the PC and the car system.
  • USB connection interface needs to be reserved on the vehicle.
  • USB debugging interfaces are generally not provided.
  • the vehicle system needs to have debugging service software and set corresponding permissions, run adb server, and allow the PC to connect via USB.
  • adb Only when all the above prerequisites are met can you use the adb tool to view the system log content. adb only provides command line operation mode, which makes the operation also have many limitations.
  • the purpose of the present invention is to provide a method for viewing logs on a vehicle computer, an electronic device, a vehicle computer and a vehicle, so as to solve the shortcomings of the prior art.
  • the present invention provides the following scheme:
  • a method for viewing a log on a vehicle computer includes:
  • Detect the currently idle display screen select a display screen to display the log file according to the preset priority, or randomly select a display screen to display the log viewing software interface.
  • the reading of log data and corresponding configuration files according to the log type further includes:
  • the log to be viewed is a text format log
  • the log content data to be viewed is sent to the display screen buffer, and the corresponding log content is displayed on the log viewing software interface
  • the log to be viewed is a non-text format log
  • the log to be viewed is format converted, and the file format of the log to be viewed is converted into a text format and then sent to the display screen buffer.
  • the format conversion of the log to be viewed is specifically performed by: obtaining a converter program corresponding to the log type from a configuration file corresponding to the log file.
  • the selection of the display screen according to the preset priority is specifically:
  • the order of priority from high to low is: center console screen, co-pilot screen and rear seat screen;
  • the vehicle computer screen displays the log file, it is displayed in full screen, or the vehicle computer window is divided into multiple sub-windows, and different types of logs are displayed in each sub-window.
  • the content of the log window is automatically scrolled with the log output by default, or:
  • a system for viewing logs on a vehicle computer comprising:
  • the log viewing software startup module is used to start the log viewing software and read the log data and the corresponding configuration file according to the log type;
  • the first log viewing software interface display module is used to display the log viewing software interface on a specified screen, or:
  • the second log viewing software interface display module is used to detect the currently idle display screen, select a display screen to display the log file according to a preset priority, or randomly select a display screen to display the log viewing software interface.
  • a vehicle computer is provided with a system for viewing logs on the vehicle computer.
  • An electronic device comprises: a processor, a communication interface, a memory and a communication bus, wherein the processor, the communication interface and the memory communicate with each other via the communication bus; a computer program is stored in the memory, and when the computer program is executed by the processor, the processor executes the steps of the method.
  • a computer-readable storage medium stores a computer program executable by an electronic device.
  • the computer program runs on the electronic device, the electronic device executes the steps of the method.
  • a vehicle comprising:
  • processor running a program, and when the program is running, executing the steps of the method for data output from the electronic device;
  • the storage medium is used to store a program, and when the program is run, the steps of the method are executed for the data output from the electronic device.
  • the present invention has the following advantages:
  • the present invention provides a built-in application software on the vehicle computer, through which the system log can be viewed. This can reduce the dependence on external devices, no longer require a PC, USB cable, etc., and also eliminate the requirements for some system services and configurations, and the log can be checked.
  • the present invention can make full use of the multiple screen hardware in the existing car cockpit, not only can logs be viewed, but also configuration or automatic display mode optimization can be performed for actual debugging scenarios.
  • the current configuration of the car smart cockpit is mainly composed of 2-4 display screens.
  • the main central control screen is usually larger than 15 inches, with a display area far exceeding the display size of many laptops and a higher resolution.
  • View on the car computer The actual user experience of the log is better than the viewing experience on a small-screen laptop. Due to the rapid development of vehicle computer systems, these favorable conditions have not been fully utilized and explored.
  • the present invention can not only view logs in real time, but also greatly improve the viewing effect, operation convenience and efficiency of logs with the help of graphical display and operation interface. It can test and reproduce system problems on the actual vehicle site, and obtain instant location and confirmation through real-time logs, which significantly shortens the original development and debugging time.
  • the current vehicle computer system has relatively high computing power resources.
  • the impact of the vehicle computer log viewing software on the system load is almost negligible. It also makes full use of the existing computing power resources and provides more advanced and convenient debugging methods for research and development.
  • the present invention combines the operating system and hardware equipment environment in the existing smart cockpit, taps the potential of hardware resources, simplifies the operation process and usage method, and optimizes the usage environment of the vehicle computer in a targeted manner. It facilitates the viewing and use of the vehicle computer log and significantly improves the efficiency of R&D work.
  • FIG. 1 is a flow chart of a method for viewing logs on a vehicle computer.
  • FIG. 2 is an architecture diagram of a system for viewing logs on a vehicle computer.
  • FIG. 3 is one implementation of an embodiment of the present invention in a specific application scenario.
  • FIG. 4 is a second implementation of an embodiment of the present invention in a specific application scenario.
  • FIG. 5 is a diagram of an interactive interface that integrates multiple logs in a vehicle computer display window.
  • FIG. 6 is a diagram of an interactive interface for displaying different types of logs in multiple sub-windows.
  • FIG. 7 is a schematic structural diagram of an electronic device.
  • Step S1 start the log viewing software, and read the log data and the corresponding configuration file according to the log type;
  • the reading of log data and corresponding configuration files according to the log type further includes:
  • the log to be viewed is a non-text format log
  • the log to be viewed is format converted, and the file format of the log to be viewed is converted into a text format and then sent to the display screen buffer.
  • the format conversion of the log to be viewed is specifically performed by: obtaining a converter program corresponding to the log type from a configuration file corresponding to the log file.
  • Step S2 displaying the log viewing software interface on the designated screen, or proceeding to step S3:
  • step S2 after the application is started, it is displayed in full screen, and according to the log type selected by the user, the log data source is read, and the log content is displayed in real time on the interface.
  • Step S3 detecting the currently idle display screen, and selecting a display screen for log file display according to a preset priority, or:
  • the display screen is selected according to a preset priority, specifically:
  • the order of priority from high to low is: center console screen, co-pilot screen and rear seat screen;
  • display screens in the car cockpit which may include:
  • vehicle computer screen When the vehicle computer screen displays log files, it can be displayed in full screen, or the vehicle computer window can be divided into multiple sub-windows, and different types of logs can be displayed in each sub-window;
  • the content of the log window is automatically scrolled with the log output by default, and the current display content can be fixed and frozen so that it no longer automatically scrolls with the log output, or:
  • the preset priorities are: A priority order: 1-central control screen (highest priority), 2-screen in front of the co-pilot, 3-screen behind the co-pilot (lowest priority).
  • Step S4 randomly selecting a display screen to display the log viewing software interface.
  • Any process or method description described in a flowchart or other manner may be understood as representing a module, fragment or portion of a code including one or more executable instructions for implementing the steps of a specific logical function or process, and the scope of the preferred embodiments of the present invention includes alternative implementations, in which the order shown or discussed may not be followed, including executing and implementing the functions in a substantially simultaneous manner or in a reverse order according to the functions involved, or executing computer instructions and implementing the corresponding functions according to program structures such as loops and branches, which can be naturally understood by those skilled in the art when implementing the embodiments of the present invention.
  • the system for viewing logs on a vehicle computer as shown in FIG2 includes:
  • the log viewing software startup module is used to start the log viewing software and read the log data and the corresponding configuration file according to the log type;
  • the first log viewing software interface display module is used to display the log viewing software interface on a specified screen, or:
  • the vehicle log viewing software improves and optimizes the ability to view logs on the vehicle through the following methods:
  • the Android system has many types of log files, such as:
  • Logcat logs are log information of normal operation of the application.
  • ANR logs are log records of unresponsive application interfaces.
  • Crash log records the call stack information when the application crashes.
  • the vehicle log viewing software can flexibly display multiple logs on the interface.
  • Method 1 Integrate and display multiple logs in a large window
  • Method 2 Split the large application window into multiple sub-windows, and each sub-window displays different types of logs.
  • the car log viewing software can be displayed on multiple different screens, and the user can set a variety of display strategies:
  • a Priority order 1-Central control screen (highest priority), 2-Screen in front of the co-pilot, 3-Screen behind the co-pilot (lowest priority).
  • the log output contains a lot of content, and the software provides a search and filter function to filter out the important information that developers are concerned about.
  • the original use of the logcat command can only be achieved through command line parameters, or through other tool software or scripts during post-log analysis, which is not flexible enough and inefficient.
  • the interface touch is provided to simplify the operation of the log. Long press the selected keyword, and a shortcut menu will pop up on the interface, providing a variety of convenient functions:
  • Save log fragments Click and hold a line of log, select "Save log starting position" from the pop-up menu; find the end line of the log on the interface, select "Save log end position” again, and a save file dialog box will pop up. Enter the name of the saved file and confirm it.
  • Log data has a relatively fixed format, for example:
  • D log level, including: E-error, W-warning, I (uppercase letter i)-infomation, D-debug and other different levels
  • a vehicle computer is provided with a system for viewing logs on the vehicle computer.
  • An electronic device includes: a processor, a communication interface, a memory and a communication bus, wherein the processor, the communication interface and the memory communicate with each other via the communication bus; a computer program is stored in the memory, and when the computer program is executed by the processor, the processor executes the steps of a method for viewing a log on a vehicle computer.
  • An electronic device used to implement a method for viewing logs on a vehicle computer
  • the storage medium is used to store a program, and when the program is running, the steps of the method for viewing logs on a vehicle computer are executed for data output from an electronic device.
  • FIG5 is a schematic diagram of the structure of a computer device provided in an embodiment of the present application, wherein the device 800 includes a processor 801, a memory 802, a communication interface 803, and a bus 804.
  • the processor 801, the memory 802, and the communication interface 803 communicate via the bus 804, and may also communicate via other means such as wireless transmission.
  • the memory 802 is used to store instructions, and the processor 801 is used to execute instructions stored in the memory 802.
  • the memory 802 stores program code 8021, and the processor 801 may call the program code 8021 stored in the memory 802 to execute a method for viewing logs on a vehicle computer.
  • the processor 801 may be a CPU, and the processor 801 may also be other general-purpose processors, digital signal processors (DSPs), application-specific integrated circuits (ASICs), field programmable gate arrays (FPGAs) or other programmable logic devices, discrete gate or transistor logic devices, discrete hardware components, etc.
  • DSPs digital signal processors
  • ASICs application-specific integrated circuits
  • FPGAs field programmable gate arrays
  • the general-purpose processor may be a microprocessor or any conventional processor, etc.
  • the memory 802 may include a read-only memory ROM and a random access memory RAM, and provide instructions and data to the processor 801.
  • the memory 802 may also include a non-volatile random access memory.
  • the memory 802 may be a volatile memory or a non-volatile memory, or may include both volatile and non-volatile memories.
  • the non-volatile memory may be a read-only memory (ROM), a programmable read-only memory (PROM), an erasable programmable read-only memory (EPROM), an electrically erasable programmable read-only memory (EEPROM), or a flash memory.
  • the volatile memory may be a random access memory (RAM), which is used as an external cache.
  • RAM random access memory
  • SRAM static RAM
  • DRAM dynamic random access memory
  • SDRAM synchronous dynamic random access memory
  • doubledate SDRAM doubledate SDRAM
  • DDR SDRAM double data rate synchronous dynamic random access memory
  • enhanced SDRAM enhanced synchronous dynamic random access memory
  • SLDRAM Synchronous link dynamic random access memory
  • direct rambus RAM direct rambus RAM
  • the bus 804 may include, in addition to the data bus, a power bus, a control bus, a status signal bus, etc. However, for the sake of clarity, various buses are labeled as bus 804 in the figure.
  • the above embodiments can be implemented in whole or in part by software, hardware, firmware or any other combination.
  • the above embodiments can be implemented in whole or in part in the form of a computer program product.
  • the computer program product includes one or more computer instructions.
  • the computer program instructions When the computer program instructions are loaded or executed on a computer, the process or function described in the embodiment of the present application is generated in whole or in part.
  • the computer can be a general-purpose computer, a special-purpose computer, a computer network, or other programmable device.
  • the computer instructions can be stored in a computer-readable storage medium, or transmitted from one computer-readable storage medium to another computer-readable storage medium.
  • the computer instructions can be transmitted from one website, computer, server or data center to another website, computer, server or data center by wired (e.g., coaxial cable, optical fiber, digital subscriber line (DSL)) or wireless (e.g., infrared, wireless, microwave, etc.).
  • the computer-readable storage medium can be any available medium that can be accessed by a computer or a data storage device such as a server or data center that contains one or more available media sets.
  • the available medium can be a magnetic medium (e.g., a floppy disk, a hard disk, a tape), an optical medium (e.g., a DVD), or a semiconductor medium.
  • the semiconductor medium can be a solid state drive (SSD).
  • modules in the device in the embodiment can be adaptively changed and set in one or more devices different from the embodiment.
  • the modules or units or components in the present invention may be combined into one module or unit or component, and further they may be divided into a plurality of sub-modules or sub-units or sub-components. All features disclosed in this specification (including the corresponding claims, abstract and drawings) and all processes or units of any method or device so disclosed may be combined in any combination, except that at least some of such features and/or processes or units are mutually exclusive. Unless expressly stated otherwise, each feature disclosed in this specification (including the corresponding claims, abstract and drawings) may be replaced by an alternative feature providing the same, equivalent or similar purpose.
  • the disclosed systems, devices and methods can be implemented in other ways, for example: the device embodiments described above are only schematic; for example: the division of units is only a logical function division, and there may be other division methods in actual implementation; for example, multiple units or components can be combined or integrated into another system, or some features can be ignored, or some instructions are not executed.
  • the mutual coupling or direct coupling or communication connection shown or discussed can be an indirect coupling or communication connection through some interfaces, devices or units, which can be electrical, mechanical or other forms not shown.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Quality & Reliability (AREA)
  • Data Mining & Analysis (AREA)
  • Computing Systems (AREA)
  • Databases & Information Systems (AREA)
  • Human Computer Interaction (AREA)
  • Mathematical Physics (AREA)
  • Debugging And Monitoring (AREA)

Abstract

本发明公开了一种在车机上查看日志的方法、电子设备、车机和车辆,方法步骤包括:启动日志查看软件,根据日志类型读取日志数据和对应的配置文件;在指定屏幕上显示日志查看软件界面,或:检测当前空闲的显示屏幕,按照预设的优先级选择显示屏幕进行日志文件显示,或随机选择一个显示屏幕对日志查看软件界面进行显示。本发明结合现有智能座舱中操作系统和硬件设备环境,挖掘硬件资源的潜力,从操作流程和使用方法上进行简化,并针对车机的使用环境进行有针对性的优化涉及。便利了车机日志的查看、使用,显著提升了研发工作效率。

Description

一种在车机上查看日志的方法、电子设备、车机和车辆 技术领域
本发明涉及一种查看日志的方法、电子设备、车机和车辆,尤其涉及一种在车机上查看日志的方法、电子设备、车机和车辆。
背景技术
车机日志在汽车领域非常重要,它们记录了车辆的各种信息和事件。对于系统开发阶段,日志更是不可缺少的关键模块。在车辆正式量产运维后,日志为定位和解决车辆问题提供重要依据。日志重要的作用体现在多个方面:
系统调试和问题定位:系统日志是开发人员排查问题的关键工具。当应用程序或操作系统出现异常行为、崩溃或错误时,系统日志可以提供关于问题的详细信息,帮助开发人员迅速定位问题的原因。
性能优化:系统日志记录了应用程序和操作系统的性能数据,包括响应时间、内存使用、CPU占用率等。开发人员可以分析这些数据,识别性能瓶颈,并采取措施来优化应用程序的性能。
安全性分析:系统日志还可以用于监视应用程序和操作系统的安全性。通过检查日志,开发人员可以发现潜在的安全漏洞、异常行为和未经授权的访问,从而改进应用程序的安全性。
用户支持:当用户遇到问题时,他们通常会提供应用程序或系统生成的错误日志,这有助于开发人员更好地理解问题并提供更有效的支持。系统日志可以提供问题的背景信息,有助于快速解决用户反馈。
现有技术中在车机上查看日志操作繁琐,需要以下多个操作步骤:
需要一台PC设备连接车机系统,并且根据PC设备上按照的操作系统,选择对应版本的驱动程序和进行配置。
需要一根USB连接线连接PC和车机系统。
在车辆上需要预留上述USB连接所需接口。在研发车辆上,通常只有一个USB调试接口,甚至有的车辆上需要通过手动接线的方式引出USB调试接口。在量产后的车辆上,一般不会提供USB调试接口。
车机系统上需要具有调试服务软件并设置相应权限,运行adb server,并允许PC通过USB连接。
同时具备上述所有前提条件,才可以使用adb工具查看系统的日志内容。adb仅提供命令行操作方式,使得使用操作也有很多局限性。
整体操作流程比较复杂,需要依赖多种硬件、软件,大大限制了查看日志的操作,为开发调试带来不少阻碍。很多情况下,不具备实时调试查看的日志的条件,只能在问题发生事后导出日志到U盘,这种操作方式会带来更多问题:
由于时间过长或者输入日志过多,到时发生问题相关日志被覆盖,导出的日志对解决问题无效。
导出日志很多,需要花费更多时间分析日志,定位发生问题的位置。
实际中存在多台车辆以及同一个车辆经常刷新系统版本,通过日志要对应到特定车辆,可能还要还原问题发生时的特定系统版本,这些都会增加额外工作量,甚至难以实现。
发明内容
本发明的目的在于提供一种在车机上查看日志的方法、电子设备、车机和车辆,解决现有技术存在的缺憾。
本发明提供了下述方案:
一种在车机上查看日志的方法,包括:
启动日志查看软件,根据日志类型读取日志数据和对应的配置文件;
在指定屏幕上显示日志查看软件界面,或:
检测当前空闲的显示屏幕,按照预设的优先级选择显示屏幕进行日志文件显示,或随机选择一个显示屏幕对日志查看软件界面进行显示。
进一步的,所述根据日志类型读取日志数据和对应的配置文件,进一步包括:
获取待查看日志类型,从配置文件中获取待查看日志类型对应的日志数据源信息;
如果待查看日志为文本格式日志,则将待查看日志内容数据发送至显示屏幕缓冲区,在日志查看软件界面显示对应的日志内容;
如果待查看日志为非文本格式日志,则对待查看日志进行格式转换,将待查看日志的文件格式转换为文本格式后发送到显示屏幕缓冲区。
进一步的,所述对待查看日志进行格式转换,具体为:从日志文件对应的配置文件中获取对应日志类型的转换器程序。
进一步的,所述按照预设的优先级选择显示屏幕,具体为:
优先级次序从高到低依次为:中控屏幕、副驾屏幕和后座屏幕;
车机屏幕显示日志文件时,在屏幕中进行全屏显示,或将车机窗口分割为多个子窗口,在每个子窗口中显示不同类型的日志。
进一步的,当将车机窗口分割为多个子窗口,在每个子窗口中显示不同类型的日志时,日志窗口的内容默认为随日志输出自动滚动,或:
通过人机交互拖动滚动条进行日志内容查看。
一种在车机上查看日志的系统,包括:
日志查看软件启动模块,用于启动日志查看软件,根据日志类型读取日志数据和对应的配置文件;
第一日志查看软件界面显示模块,用于在指定屏幕上显示日志查看软件界面,或:
第二日志查看软件界面显示模块,用于检测当前空闲的显示屏幕,按照预设的优先级选择显示屏幕进行日志文件显示,或随机选择一个显示屏幕对日志查看软件界面进行显示。
一种车机,所述车机中设置有在车机上查看日志的系统。
一种电子设备,包括:处理器、通信接口、存储器和通信总线,其中,处理器,通信接口,存储器通过通信总线完成相互间的通信;所述存储器中存储有计算机程序,当所述计算机程序被所述处理器执行时,使得所述处理器执行所述方法的步骤。
一种计算机可读存储介质,其存储有可由电子设备执行的计算机程序,当所述计算机程序在所述电子设备上运行时,使得所述电子设备执行所述方法的步骤。
一种车辆,具体包括:
电子设备,用于实现所述的方法;
处理器,所述处理器运行程序,当所述程序运行时,对于从所述电子设备输出的数据执行所述方法的步骤;
存储介质,用于存储程序,所述程序在运行时,对于从电子设备输出的数据执行所述方法的步骤。
本发明与现有技术相比具有以下的优点:
本发明在车机上提供一个内置的应用软件,可以通过这个软件查看系统日志。这样可以减少外部设备等依赖,不再需要PC、USB线等,也免去了对部分系统服务和配置的要求,就可以查到日志。
本发明可充分利用现有汽车座舱中的多个屏幕硬件,不仅可以查看日志,还可以针对实际调试场景进行配置或自动显示模式优化。当前汽车智能座舱的配置,主流的配置具有2-4个显示屏幕。主中控屏通常在15英寸以上,显示面积远超很多笔记本电脑的显示屏尺寸,并具有较高的分辨率。在车机上查看 日志的实际用户体验,优于在小屏幕笔记本电脑上的查看体验。由于车机系统的快速发展,这些有利条件尚未被充分利用和挖掘。
本发明不仅可以实时查看日志,而且借助图形化的显示和操作界面,日志的查看效果、操作方便和效率都可以大幅提升。可以在实际车辆现场去测试、复现系统的问题,并通过实时日志得到即时定位、确认,显著压缩了原有的开发、调试时间。
当前车机系统具有较高算力资源,车机日志查看软件对系统负载带来的影响几乎可以忽略不计,也充分利用了现有算力资源,为研发提供了更为先进、便利的调试手段。
本发明结合现有智能座舱中操作系统和硬件设备环境,挖掘硬件资源的潜力,从操作流程和使用方法上进行简化,并针对车机的使用环境进行有针对性的优化涉及。便利了车机日志的查看、使用,显著提升了研发工作效率。
附图说明
为了更清楚地说明本发明具体实施方式或现有技术中的技术方案,下面将对具体实施方式或现有技术描述中所需要使用的附图作简单地介绍,显而易见地,下面描述中的附图是本发明的一些实施方式,对于本领域普通技术人员来讲,在不付出创造性劳动的前提下,还可以根据这些附图获得其他的附图。
图1是在车机上查看日志的方法的流程图。
图2是在车机上查看日志的系统的架构图。
图3是本发明实施例在具体应用场景中的实施方式之一。
图4是本发明实施例在具体应用场景中的实施方式之二。
图5是在一个车机显示窗口中整合多种日志的交互界面图。
图6是在多个子窗口中分别显示不同类型日志的交互界面图。
图7是电子设备的结构示意图。
具体实施方式
下面将结合附图对本发明的技术方案进行清楚、完整地描述,显然,所描述的实施例是本发明一部分实施例,而不是全部的实施例。基于本发明中的实施例,本领域普通技术人员在没有做出创造性劳动前提下所获得的所有其他实施例,都属于本发明保护的范围。
如图1所示的在车机上查看日志的方法的流程图,包括:
步骤S1,启动日志查看软件,根据日志类型读取日志数据和对应的配置文件;
具体的,所述根据日志类型读取日志数据和对应的配置文件,进一步包括:
获取待查看日志类型,从配置文件中获取待查看日志类型对应的日志数据源信息;
如果待查看日志为文本格式日志,则将待查看日志内容数据发送至显示屏幕缓冲区,在日志查看软件界面显示对应的日志内容;
如果待查看日志为非文本格式日志,则对待查看日志进行格式转换,将待查看日志的文件格式转换为文本格式后发送到显示屏幕缓冲区。
示例性的,所述对待查看日志进行格式转换,具体为:从日志文件对应的配置文件中获取对应日志类型的转换器程序。
步骤S2,在指定屏幕上显示日志查看软件界面,或进入步骤S3:
示例性的,在步骤S2中,应用启动后全屏显示,根据用户选择的日志类型,读取日志数据源,在界面上实时显示日志内容。
步骤S3,检测当前空闲的显示屏幕,按照预设的优先级选择显示屏幕进行日志文件显示,或:
具体的,所述按照预设的优先级选择显示屏幕,具体为:
优先级次序从高到低依次为:中控屏幕、副驾屏幕和后座屏幕;
示例性的,汽车座舱内有多显示屏,可能包括:
①前排主驾和副驾中间位置的中控显示屏
②副驾驶位置前的显示屏
③主驾和副驾座椅背面的显示屏(提供给第二排乘客使用)
④其他显示屏。
车机屏幕显示日志文件时,在屏幕中进行全屏显示,或将车机窗口分割为多个子窗口,在每个子窗口中显示不同类型的日志;
具体的,当将车机窗口分割为多个子窗口,在每个子窗口中显示不同类型的日志时,日志窗口的内容默认为随日志输出自动滚动,允许固定冻结当前显示内容,不再随日志输出自动滚动,或:
通过人机交互拖动滚动条进行日志内容查看。
示例性的,预设的优先级为:A优先级次序:1-中控屏幕(最高优先级),2-副驾前面屏幕,3-副驾背后屏幕(最低优先级)。
B当1-中控屏被占用时(有应用活跃或用户正在操作),此时2-副驾驶前面的屏幕和3-副驾背后的屏幕处于空闲,2-副驾前面屏幕的优先级更高,日志显示应用自动显示在2-副驾驶位前面屏幕上。
C在调试过程中,2-副驾驶前面的屏幕被新启动的应用占用,并需要进行操作。车机日志查看应用会自动切换到空闲的3-副驾驶位后面的屏幕上。即根据屏幕实际的使用情况,自动的、动态切换。
步骤S4,随机选择一个显示屏幕对日志查看软件界面进行显示。
对于上述实施例公开的方法步骤,出于简单描述的目的将方法步骤表述为一系列的动作组合,但是本领域技术人员应该知悉,本发明实施例并不受所描述的动作顺序的限制,因为依据本发明实施例,某些步骤可以采用其他顺序或者同时进行。其次,本领域技术人员也应该知悉,说明书中所描述的实施例均属于优选实施例,所涉及的动作并不一定是本发明实施例所必须的。
流程图或以其他方式描述的任何过程或方法描述可以被理解为:表示包括一个或更多个用于实现特定逻辑功能或过程的步骤的可执行指令的代码的模块、片段或部分,并且本发明的优选实施方式的范围包括另外的实现,其中可以不按所示出或讨论的顺序,包括根据所涉及的功能按基本同时的方式或按相反的顺序执行并实现功能,或者按照循环、分支等程序结构执行计算机指令并实现相应的功能,这是本领域技术人员在实施本发明实施例时理所当然可以理解的。
如图2所示的在车机上查看日志的系统,包括:
日志查看软件启动模块,用于启动日志查看软件,根据日志类型读取日志数据和对应的配置文件;
第一日志查看软件界面显示模块,用于在指定屏幕上显示日志查看软件界面,或:
第二日志查看软件界面显示模块,用于检测当前空闲的显示屏幕,按照预设的优先级选择显示屏幕进行日志文件显示,或随机选择一个显示屏幕对日志查看软件界面进行显示。
值得注意的是,虽然在本发明实施例中只披露了一些基本功能模块,但并不意味着本系统的组成仅仅局限于上述基本功能模块,相反,本实施例所要表达的意思是:在上述基本功能模块的基础之上本领域技术人员可以结合现有技术任意添加一个或多个功能模块,形成无穷多个实施例或技术方案,也就是说本系统是开放式而非封闭式的,不能因为本实施例仅仅披露了个别基本功能模块,就认为本发明权利要求的保护范围局限于所公开的基本功能模块。同时,为了描述的方便,描述以上装置时以功能分为各种单元、模块分别描述。当然在实施本发明时可以把各单元、模块的功能在同一个或多个软件和/或硬件中实现。
以上所描述的系统的实施方式仅仅是示意性的,例如:其中作为系统中的各个功能模块、单元或子系统等可以是也可以不是物理上分开的,或者可以是或者也可以不是物理单元,即可以位于同一个地方,也可以分布到多个不同的系统及其子系统或模块上。本领域技术人员可以根据实际的需要选择其中的部分或者全部功能模块、单元或子系统来实现本发明实施例的目的,对于上述情形本领域普通技术人员在不付出创造性劳动的情况下即可以理解并实施。
如图3、图4、图5、图6所示,车机日志查看软件通过以下方法实现在车机上查看日志的能力提升和优化:
1.查看日志
(1)应用启动后,全屏显示,根据用户选择的日志类型,读取日志数据源,在界面上实时显示日志内容。Android系统具有多种类型的日志文件,例如:
Logcat日志是应用正常运行的日志信息。
ANR日志是应用界面无响应的日志记录。
Crash日志记录应用程序崩溃是的调用栈信息。
(2)车机日志查看软件在界面上可灵活显示多种日志,
方式一:在一个大的窗口中整合显示多种日志;
方式二:在应用大窗口中分割为多个子窗口,每个子窗口分别显示不同类型日志。
(3)日志窗口内容默认随日志输出自动滚动,允许固定冻结当前显示内容,不再随日志输出自动滚动,或者通过拖动滚动条翻看以输出的日志内容。
(4)日志显示的处理流程已经在其他实施例中进行了阐述,在此不再赘述。
在多个屏幕中灵活显示:
(1)汽车座舱内有多显示屏,可能包括:
①前排主驾和副驾中间位置的中控显示屏
②副驾驶位置前的显示屏
③主驾和副驾座椅背面的显示屏(提供给第二排乘客使用)
④其他显示屏。
(2)在具有多屏的汽车座舱内,车机日志查看软件可在多个不同屏幕上显示,用户可设置多种显示策略:
①在配置文件中配置显示屏的优先级次序,软件自动选择空闲的高优先级屏幕进行显示。
例如:
A优先级次序:1-中控屏幕(最高优先级),2-副驾前面屏幕,3-副驾背后屏幕(最低优先级)。
B当1-中控屏被占用时(有应用活跃或用户正在操作),此时2-副驾驶前面的屏幕和3-副驾背后的屏幕处于空闲,2-副驾前面屏幕的优先级更高,日志显示应用自动显示在2-副驾驶位前面屏幕上。
C在调试过程中,2-副驾驶前面的屏幕被新启动的应用占用,并需要进行操作。车机日志查看应用会自动切换到空闲的3-副驾驶位后面的屏幕上。即根据屏幕实际的使用情况,自动的、动态切换。
②可根据实际使用场景,配置固定的显示方式,例如:要调试的应用显示在副驾驶屏幕,除了在副驾屏幕上进行操作,同时还需要在中控屏进行操作、联动,此时把日志应用设置为固定显示在副驾背面的显示屏上。
③多屏同时显示不同类型日志。当进行复杂调试时,需要同时查看多个应用进程的日志信息,以及多种类型的日志信息,可配置在多个屏幕上同时显示不同应用的日志或者不同类型的日志。这种模式可以提供更多的显示空间,同时显示更多的内容,不同屏幕上的日志也不会相互影响。
(3)屏幕选择算法参见其他实施例中软件选择显示屏幕的算法流程。
针对车机日志的优化操作:
(1)日志搜索过滤
日志输出内容较多,软件提供了搜索过滤功能可筛选出开发人员关注的重要信息。原有的使用logcat命令只能通过命令行参数,或者事后日志分析时通过其他工具软件或脚本实现,操作不够灵活,效率低。
通过在车机日志查看软件的界面上,在搜索框输入搜索关键字,过滤出日志中所有匹配搜索关键字的日志行。
(2)快捷菜单操作
在日志显示窗口中,提供界面触控简化对日志的操作。长按选中关键字,界面上弹出快捷菜单,提供多种便捷功能:
搜索:点击“搜索”菜单项搜索关键字。
保存日志片段:点击长按一行日志,通过弹出菜单,选择“保存日志起始位置”;在界面上找到保存日志结束行,再次选择“保存日志结束位置”,弹出保存文件对话框,输入保存文件的名称后确定即可。
(3)自动标识关键字
日志数据具有相对固定格式,例如:
09-07 06:30:22.510 2134 4150D Service Manager:service is started
其中字段含义:
09-07 06:30:22.510,日志输出时间
2134,进程ID号
4150,线程ID号
D,日志级别,包括:E-error,W-warning,I(大写字母i)-infomation,D-debug等不同级别
Service Manager,日志标签(TAG)
TAG后面为日志内容。
车机日志查看程序自动识别信息,包括进程ID、TAG、日志标记(TAG),这些关键字在软件界面上进行特殊标记(彩色、下划线),用户点击可以实现 按照点击关键字信息对日志进行筛选。例如,在界面上点击某一行日志的进程ID(如上面示例中的2134),筛选出所有进程号为2134所输出的日志信息;点击某一个TAG标记(如上面示例中的Service Manager),则筛选所有具有此TAG标记的日志信息。
通过这个方案,日志查看和操作效率得到很大优化。可实现在实车路测过程中,研发人员在副驾或者后排座位上,实时查看日志信息、分析定位问题原因,减少了对附加设备的依赖,充分利用车机上已有设备,提升效率。也丰富了在车辆上开发、调试的场景和流程,既可以摆脱物理连接(USB调试线)的限制,也可以和物理连接同事使用,实现现多人配合调试,例如:大家同时操作车机屏幕、在调试PC上控制后台服务以及在车机上查看日志信息。
如图7所示,本发明在提供了在车机上查看日志的方法、系统的基础之上,还提供了与之对应的车机、电子设备、存储介质和车辆:
一种车机,所述车机中设置有在车机上查看日志的系统。
一种电子设备,包括:处理器、通信接口、存储器和通信总线,其中,处理器,通信接口,存储器通过通信总线完成相互间的通信;所述存储器中存储有计算机程序,当所述计算机程序被所述处理器执行时,使得所述处理器执行在车机上查看日志的方法的步骤。
一种计算机可读存储介质,其存储有可由电子设备执行的计算机程序,当所述计算机程序在所述电子设备上运行时,使得所述电子设备执行在车机上查看日志的方法的步骤。
一种车辆,具体包括:
电子设备,用于实现在车机上查看日志的方法;
处理器,所述处理器运行程序,当所述程序运行时,对于从所述电子设备输出的数据执行在车机上查看日志的方法的步骤;
存储介质,用于存储程序,所述程序在运行时,对于从电子设备输出的数据执行在车机上查看日志的方法的步骤。
图5为本申请实施例提供的一种计算机设备的结构示意图,该设备800包括处理器801、存储器802、通信接口803和总线804。其中,处理器801、存储器802、通信接口803通过总线804进行通信,也可以通过无线传输等其他手段实现通信。该存储器802用于存储指令,该处理器801用于执行该存储器802存储的指令。该存储器802存储程序代码8021,且处理器801可以调用存储器802中存储的程序代码8021执行在车机上查看日志的方法。
应理解,在本申请实施例中,处理器801可以是CPU,处理器801还可以是其他通用处理器、数字信号处理器(DSP)、专用集成电路(ASIC)、现场可编程门阵列(FPGA)或者其他可编程逻辑器件、分立门或者晶体管逻辑器件、分立硬件组件等。通用处理器可以是微处理器或者是任何常规的处理器等。
该存储器802可以包括只读存储器ROM和随机存取存储器RAM,并向处理器801提供指令和数据。存储器802还可以包括非易失性随机存取存储器。该存储器802可以是易失性存储器或非易失性存储器,或可包括易失性和非易失性存储器两者。其中,非易失性存储器可以是只读存储器(read-only memory,ROM)、可编程只读存储器(programmable ROM,PROM)、可擦除可编程只读存储器(erasable PROM,EPROM)、电可擦除可编程只读存储器(electrically EPROM,EEPROM)或闪存。易失性存储器可以是随机存取存储器(random access memory,RAM),其用作外部高速缓存。通过示例性但不是限制性说明,许多形式的RAM可用,例如静态随机存取存储器(static RAM,SRAM)、动态随机存取存储器(DRAM)、同步动态随机存取存储器(synchronous DRAM,SDRAM)、双倍数据速率同步动态随机存取存储器(doubledate SDRAM,DDR SDRAM)、增强型同步动态随机存取存储器(enhanced SDRAM,ESDRAM)、 同步连接动态随机存取存储器(synchlink DRAM,SLDRAM)和直接内存总线随机存取存储器(direct rambus RAM,DR RAM)。
该总线804除包括数据总线之外,还可以包括电源总线、控制总线和状态信号总线等。但是为了清楚说明起见,在图中将各种总线都标为总线804。
上述实施例,可以全部或部分地通过软件、硬件、固件或其他任意组合来实现。当使用软件实现时,上述实施例可以全部或部分地以计算机程序产品的形式实现。所述计算机程序产品包括一个或多个计算机指令。在计算机上加载或执行所述计算机程序指令时,全部或部分地产生按照本申请实施例所述的流程或功能。所述计算机可以为通用计算机、专用计算机、计算机网络、或者其他可编程装置。所述计算机指令可以存储在计算机可读存储介质中,或者从一个计算机可读存储介质向另一个计算机可读存储介质传输,例如,所述计算机指令可以从一个网站站点、计算机、服务器或数据中心通过有线(例如同轴电缆、光纤、数字用户线(DSL))或无线(例如红外、无线、微波等)方式向另一个网站站点、计算机、服务器或数据中心进行传输。所述计算机可读存储介质可以是计算机能够存取的任何可用介质或者是包含一个或多个可用介质集合的服务器、数据中心等数据存储设备。所述可用介质可以是磁性介质(例如,软盘、硬盘、磁带)、光介质(例如,DVD)、或者半导体介质。半导体介质可以是固态硬盘(solid state drive,SSD)。
本领域技术人员可以理解,除非另外定义,这里使用的所有术语(包括技术术语和科学术语),具有与本发明所属领域中的普通技术人员的一般理解相同的意义。还应该理解的是,诸如通用字典中定义的那些术语,应该被理解为具有与现有技术的上下文中的意义一致的意义,并且除非被特定定义,否则不会用理想化或过于正式的含义来解释。
需要说明的是,本说明书与权利要求中使用了某些词汇来指称特定元件。本领域技术人员应可以理解,不同的制造商、生产厂商可能会用不同名词来称 呼同一个元件。本说明书与权利要求并不以名词的差异来作为区分元件的方式,而是以元件在功能上的差异作为区分的准则。
以上实施例的各技术特征可以进行任意的组合,为使描述简洁,未对上述实施例中的各个技术特征所有可能的组合都进行描述,然而,只要这些技术特征的组合不存在矛盾,都应当认为是本说明书记载的范围。
此外,本领域的技术人员能够理解,尽管在此所述的一些实施例包括其它实施例中所包括的某些特征而不是其它特征,但是不同实施例的特征的组合意味着处于本发明的范围之内并且形成不同的实施例。例如:在权利要求书中所要求保护的实施例的任意之一都可以以本发明实施例以任意的组合方式来使用。
在本说明书的描述中,参考术语“一个实施例”、“示例”、“具体示例”等的描述意指结合该实施例或示例描述的具体特征、结构、材料或者特点包含于本发明的至少一个实施例或示例中。在本说明书中,对上述术语的示意性表述不一定指的是相同的实施例或示例。而且,描述的具体特征、结构、材料或者特点可以在任何的一个或多个实施例或示例中以合适的方式结合。
另外,本发明各个实施例之间的技术方案可以相互结合,但是必须是以本领域普通技术人员能够实现为基础,当技术方案的结合出现相互矛盾或无法实现时应当认为这种技术方案的结合不存在,也不在本发明要求的保护范围之内。
本说明书中公开的所有特征,或公开的所有方法或过程中的步骤,除了互相排斥的特征和/或步骤以外,均可以以任何方式组合。本说明书中公开的任一特征,除非特别叙述,均可被其它等效或具有类似目的的替代特征加以替换。即,除非特别叙述,每个特征只是一系列等效或类似特征中的一个例子而己。在整个说明书中,同样的附图标记指示同样的元件。
本领域技术人员可以理解,可以对实施例中的设备中的模块进行自适应性地改变并且把它们设置在与该实施例不同的一个或多个设备中。可以把实施例 中的模块或单元或组件组合成一个模块或单元或组件,以及此外可以把它们分成多个子模块或子单元或子组件。除了这样的特征和/或过程或者单元中的至少一些是相互排斥之外,可以采用任何组合对本说明书(包括相应的权利要求、摘要和附图)中公开的所有特征以及如此公开的任何方法或者设备的所有过程或单元进行组合。除非另外明确陈述,本说明书(包括相应的权利要求、摘要和附图)中公开的每个特征可以由提供相同、等同或相似目的的替代特征来代替。
在本发明所提供的几个实施例中,应该理解到,所揭露的系统,装置和方法,可以通过其它的方式实现,例如:以上所描述的装置实施例仅仅是示意性的;例如:单元的划分仅仅为一种逻辑功能划分,实际实现时可以有其他的划分方式;例如,多个单元或组件可以结合或者可以集成到另一个系统,或一些特征可以忽略,或不执行某些指令。另一点,所显示或讨论的相互之间的耦合或直接耦合或通信连接可以是通过一些接口,装置或单元的间接耦合或通信连接,可以是电性,机械或其它未示出的形式。
在本申请中,“示例性”一词用来表示“用作例子、例证或说明”。本申请中被描述为“示例性”的任何实施例不一定被解释为比其它实施例更优选或更具优势。为了使本领域任何技术人员能够实现和使用本申请,给出了以下描述。在以下描述中,为了解释的目的而列出了细节。应当明白的是,本领域普通技术人员可以认识到,在不使用这些特定细节的情况下也可以实现本申请。在其它实例中,不会对公知的结构和过程进行详细阐述,以避免不必要的细节使本申请的描述变得晦涩。因此,本申请并非旨在限于所示的实施例,而是与符合本申请所公开的原理和特征的最广范围相一致。
最后应说明的是:以上各实施例仅用以说明本发明的技术方案,而非对其限制;尽管参照前述各实施例对本发明进行了详细的说明,本领域的普通技术人员应当理解:其依然可以对前述各实施例所记载的技术方案进行修改,或者 对其中部分或者全部技术特征进行等同替换;而这些修改或者替换,并不使相应技术方案的本质脱离本发明各实施例技术方案的范围。

Claims (10)

  1. 一种在车机上查看日志的方法,其特征在于,包括:
    启动日志查看软件,根据日志类型读取日志数据和对应的配置文件;
    在指定屏幕上显示日志查看软件界面,或:
    检测当前空闲的显示屏幕,按照预设的优先级选择显示屏幕进行日志文件显示,或随机选择一个显示屏幕对日志查看软件界面进行显示。
  2. 根据权利要求1所述的在车机上查看日志的方法,其特征在于,所述根据日志类型读取日志数据和对应的配置文件,进一步包括:
    获取待查看日志类型,从配置文件中获取待查看日志类型对应的日志数据源信息;
    如果待查看日志为文本格式日志,则将待查看日志内容数据发送至显示屏幕缓冲区,在日志查看软件界面显示对应的日志内容;
    如果待查看日志为非文本格式日志,则对待查看日志进行格式转换,将待查看日志的文件格式转换为文本格式后发送到显示屏幕缓冲区。
  3. 根据权利要求2所述的在车机上查看日志的方法,其特征在于,所述对待查看日志进行格式转换,具体为:从日志文件对应的配置文件中获取对应日志类型的转换器程序。
  4. 根据权利要求1所述的在车机上查看日志的方法,其特征在于,所述按照预设的优先级选择显示屏幕,具体为:
    优先级次序从高到低依次为:中控屏幕、副驾屏幕和后座屏幕;
    车机屏幕显示日志文件时,在屏幕中进行全屏显示,或将车机窗口分割为多个子窗口,在每个子窗口中显示不同类型的日志。
  5. 根据权利要求4所述的在车机上查看日志的方法,其特征在于,当将车机窗口分割为多个子窗口,在每个子窗口中显示不同类型的日志时,日志窗口的内容默认为随日志输出自动滚动,或:
    通过人机交互拖动滚动条进行日志内容查看。
  6. 一种在车机上查看日志的系统,其特征在于,包括:
    日志查看软件启动模块,用于启动日志查看软件,根据日志类型读取日志数据和对应的配置文件;
    第一日志查看软件界面显示模块,用于在指定屏幕上显示日志查看软件界面,或:
    第二日志查看软件界面显示模块,用于检测当前空闲的显示屏幕,按照预设的优先级选择显示屏幕进行日志文件显示,或随机选择一个显示屏幕对日志查看软件界面进行显示。
  7. 一种车机,其特征在于,所述车机中设置有权利要求7所述的在车机上查看日志的系统。
  8. 一种电子设备,其特征在于,包括:处理器、通信接口、存储器和通信总线,其中,处理器,通信接口,存储器通过通信总线完成相互间的通信;所述存储器中存储有计算机程序,当所述计算机程序被所述处理器执行时,使得所述处理器执行权利要求1至5中任一项所述方法的步骤。
  9. 一种计算机可读存储介质,其特征在于,其存储有可由电子设备执行的计算机程序,当所述计算机程序在所述电子设备上运行时,使得所述电子设备执行权利要求1至5中任一项所述方法的步骤。
  10. 一种车辆,其特征在于,具体包括:
    电子设备,用于实现权利要求1至6中任一项所述的方法;
    处理器,所述处理器运行程序,当所述程序运行时,对于从所述电子设备输出的数据执行权利要求1至6中任一项所述方法的步骤;
    存储介质,用于存储程序,所述程序在运行时,对于从电子设备输出的数据执行权利要求1至6中任一项所述方法的步骤。
PCT/CN2024/112986 2023-12-13 2024-08-19 一种在车机上查看日志的方法、电子设备、车机和车辆 Pending WO2025123747A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202311703759.1 2023-12-13
CN202311703759.1A CN117931586A (zh) 2023-12-13 2023-12-13 一种在车机上查看日志的方法、电子设备、车机和车辆

Publications (1)

Publication Number Publication Date
WO2025123747A1 true WO2025123747A1 (zh) 2025-06-19

Family

ID=90752624

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2024/112986 Pending WO2025123747A1 (zh) 2023-12-13 2024-08-19 一种在车机上查看日志的方法、电子设备、车机和车辆

Country Status (2)

Country Link
CN (1) CN117931586A (zh)
WO (1) WO2025123747A1 (zh)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117931586A (zh) * 2023-12-13 2024-04-26 中国第一汽车股份有限公司 一种在车机上查看日志的方法、电子设备、车机和车辆

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102067156A (zh) * 2008-06-13 2011-05-18 汤姆森特许公司 显示日志信息的装置和方法
US20190182275A1 (en) * 2016-08-25 2019-06-13 Clarion Co., Ltd. In-vehicle apparatus and log collection system
CN113495828A (zh) * 2020-03-20 2021-10-12 腾讯科技(深圳)有限公司 日志展示方法、装置及电子设备
CN117076262A (zh) * 2023-07-19 2023-11-17 武汉光庭信息技术股份有限公司 车载应用日志可视化方法、系统、电子设备及存储介质
CN117931586A (zh) * 2023-12-13 2024-04-26 中国第一汽车股份有限公司 一种在车机上查看日志的方法、电子设备、车机和车辆

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102067156A (zh) * 2008-06-13 2011-05-18 汤姆森特许公司 显示日志信息的装置和方法
US20190182275A1 (en) * 2016-08-25 2019-06-13 Clarion Co., Ltd. In-vehicle apparatus and log collection system
CN113495828A (zh) * 2020-03-20 2021-10-12 腾讯科技(深圳)有限公司 日志展示方法、装置及电子设备
CN117076262A (zh) * 2023-07-19 2023-11-17 武汉光庭信息技术股份有限公司 车载应用日志可视化方法、系统、电子设备及存储介质
CN117931586A (zh) * 2023-12-13 2024-04-26 中国第一汽车股份有限公司 一种在车机上查看日志的方法、电子设备、车机和车辆

Also Published As

Publication number Publication date
CN117931586A (zh) 2024-04-26

Similar Documents

Publication Publication Date Title
KR102525502B1 (ko) 자동운전 테스트 데이터 저장 방법, 장치, 전자 기기, 저장 매체 및 프로그램
KR101021394B1 (ko) 컴퓨팅 시스템에서 문제의 근본 원인을 프로그램적으로 진단하는 방법 및 컴퓨팅 시스템에서 문제의 근본 원인을 결정하는 방법, 및 컴퓨터 판독가능 저장 매체
CN111552633A (zh) 接口的异常调用测试方法、装置、计算机设备及存储介质
US7171593B1 (en) Displaying abnormal and error conditions in system state analysis
CN109902255B (zh) 页面混合浏览记录生成方法、装置、设备和存储介质
CN113126598B (zh) 汽车电子控制单元的诊断方法、电子设备和存储介质
US12021803B2 (en) Apparatus for displaying unread messages and method thereof
CN113110994A (zh) 一种车辆诊断方法、装置、电子设备及存储介质
WO2025123747A1 (zh) 一种在车机上查看日志的方法、电子设备、车机和车辆
CN115905154A (zh) 一种日志数据显示方法、装置及电子设备
CN116107617A (zh) 车辆ecu刷写方法、系统、电子设备及可读存储介质
US20150234575A1 (en) System and method for controlling smart device mirroring of head unit for vehicle
US12536093B2 (en) Systems and methods for providing a timeline view of log information for a client application
US11580122B2 (en) Signal detection and visualization using point-in-time architecture databases
EP4730138A1 (en) Program debugging device, program debugging method, and program development product
US20140351708A1 (en) Customizing a dashboard responsive to usage activity
CN113821424A (zh) 应用软件的操作录制、回放方法、装置及电子设备
US20240211378A1 (en) Recording screenshots and user actions for troubleshooting operations of an app
US11651146B2 (en) System and method for configuring related information links and controlling a display
CN115543835A (zh) 前端页面的测试方法、装置、测试设备及存储介质
US20160232209A1 (en) Optionally compressed output from command-line interface
JP6626804B2 (ja) 計算機、選定方法、および選定プログラム
CN114629740B (zh) 车载can信号收发方法、装置、车载系统、计算机设备及存储介质
CN114816203B (zh) 适用于网盘盘符的快捷操作方法、装置、终端及存储介质
WO2019167710A1 (ja) ユーザインタフェース制御装置、ユーザインタフェース制御方法、及び、ユーザインタフェース制御プログラムが格納された記録媒体

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: 24902173

Country of ref document: EP

Kind code of ref document: A1