CN114328089A - Log information collection method and device, terminal equipment and storage medium - Google Patents

Log information collection method and device, terminal equipment and storage medium Download PDF

Info

Publication number
CN114328089A
CN114328089A CN202111525722.5A CN202111525722A CN114328089A CN 114328089 A CN114328089 A CN 114328089A CN 202111525722 A CN202111525722 A CN 202111525722A CN 114328089 A CN114328089 A CN 114328089A
Authority
CN
China
Prior art keywords
information
target
log information
keyword
application program
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
CN202111525722.5A
Other languages
Chinese (zh)
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.)
Shenzhen Skyworth RGB Electronics Co Ltd
Original Assignee
Shenzhen Skyworth RGB Electronics Co Ltd
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 Shenzhen Skyworth RGB Electronics Co Ltd filed Critical Shenzhen Skyworth RGB Electronics Co Ltd
Priority to CN202111525722.5A priority Critical patent/CN114328089A/en
Publication of CN114328089A publication Critical patent/CN114328089A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Debugging And Monitoring (AREA)

Abstract

The invention discloses a log information collection method, a device, a terminal device and a storage medium, wherein the method comprises the following steps: acquiring running state information of an application program; when the running state information is in running, acquiring a target keyword corresponding to the application program; and according to the target keyword, acquiring target log information matched with the target keyword in the running process of the application program, and reporting the target log information so as to collect the target log information. According to the method and the device, the target log information matched with the target keyword in the running process of the application program is obtained, the log information related to the target keyword in the application program is directionally collected, the collection is more accurate, and the target keyword corresponds to the application program, so that different log information can be collected for different application programs, and the user requirements are met.

Description

Log information collection method and device, terminal equipment and storage medium
Technical Field
The present invention relates to the field of information collection technologies, and in particular, to a log information collection method and apparatus, a terminal device, and a storage medium.
Background
At present, a log collection mechanism preset by a terminal device basically presets collected data information, and then performs operations such as data collection, data screening, data retrieval and the like based on the set collected data information, for example, if the advertisement data information to be collected is preset as a public service advertisement by an existing advertisement log collection mechanism, any public service advertisement watched in the use process of the terminal device is collected.
However, since many applications are installed on the terminal device and different applications have their own features, the usage habits of users for different applications are different. However, the current log collection mechanism cannot dynamically adjust the data information to be collected based on the application program, and only can collect the same data information for all the application programs in a general manner, and the collection result is not accurate.
Thus, there is a need for improvements and enhancements in the art.
Disclosure of Invention
The technical problem to be solved by the present invention is to provide a method, an apparatus, a terminal device and a storage medium for collecting log information, aiming at solving the problems that the existing log collection mechanism cannot dynamically adjust the data information to be collected based on the application program, only can collect the same data information for all application programs in a comprehensive manner, and the collection result is not accurate.
In order to solve the technical problems, the technical scheme adopted by the invention is as follows:
in a first aspect, the present invention provides a log information collecting method, wherein the method includes:
acquiring running state information of an application program;
when the running state information is in running, acquiring a target keyword corresponding to the application program;
and according to the target keyword, acquiring target log information matched with the target keyword in the running process of the application program, and reporting the target log information so as to collect the target log information.
In one implementation manner, when the running state information is in running, acquiring a target keyword corresponding to the application program includes:
when the running state information is in running, acquiring equipment information;
determining keyword matching information corresponding to the equipment information according to the equipment information, wherein the keyword matching information is used for reflecting the corresponding relation between each application program and a target keyword;
and determining a target keyword corresponding to the application program according to the keyword matching information.
In one implementation, the determining, according to the device information, keyword matching information corresponding to the device information includes:
analyzing the equipment information to obtain equipment model information in the equipment information;
and determining the keyword matching information corresponding to the equipment model information according to the equipment model information.
In one implementation, the determining, according to the keyword matching information, a target keyword corresponding to the application program includes:
acquiring name information of the application program;
and determining the target keyword information corresponding to the name information according to the name information and the keyword matching information.
In one implementation manner, the obtaining, according to the target keyword, target log information matched with the target keyword in the running process of the application program includes:
calling a log information monitoring program according to the target keyword;
acquiring real-time log information generated in the running process of the application program according to the log information monitoring program;
and acquiring target log information matched with the target keyword according to the real-time log information.
In one implementation manner, the obtaining, according to the real-time log information, target log information matched with the target keyword includes:
analyzing the real-time log information to obtain field information corresponding to the real-time log information;
matching the target keyword with the field information;
and if the matching of the target keyword and the field information is successful, acquiring real-time log information matched with the target keyword, and taking the real-time log information matched with the target keyword as the target log information.
In one implementation, the reporting the target log information includes:
when the target log information is acquired, waking up a preset data reporting thread;
and reporting the target log information through the data reporting thread.
In a second aspect, an embodiment of the present invention further provides a log information collecting apparatus, where the apparatus includes:
the state information acquisition module is used for acquiring the running state information of the application program;
the keyword acquisition module is used for acquiring a target keyword corresponding to the application program when the running state information is in running;
and the log information collection module is used for acquiring target log information matched with the target keyword in the running process of the application program according to the target keyword, and reporting the target log information so as to collect the target log information.
In a third aspect, an embodiment of the present invention further provides a terminal device, where the terminal device includes a memory, a processor, and a log information collection program that is stored in the memory and is executable on the processor, and when the processor executes the log information collection program, the step of the log information collection method in any one of the foregoing schemes is implemented.
In a fourth aspect, an embodiment of the present invention further provides a computer-readable storage medium, where the computer-readable storage medium stores a log information collection program, and when the log information collection program is executed by a processor, the log information collection program implements the steps of the log information collection method according to any one of the above schemes.
Has the advantages that: compared with the prior art, the invention provides a log information collection method. And when the running state information is in running, acquiring a target keyword corresponding to the application program. It can be seen that the target keywords in the present invention correspond to the application programs, and the target keywords corresponding to different application programs may not be the same. Therefore, according to the target keyword, the invention can acquire the target log information matched with the target keyword in the running process of the application program, and report the target log information so as to collect the target log information. Therefore, the method and the device can acquire the target log information matched with the target keyword in the running process of the application program and collect the target log information, so that the log information related to the target keyword in the application program is directionally collected, and the log information is more accurately collected. And because the target keywords correspond to the application programs, different application programs can correspond to different target keywords, so that the invention can realize the collection of different log information for different application programs, thereby realizing a more personalized log information collection mode and meeting the requirements of users.
Drawings
Fig. 1 is a flowchart of a specific implementation of a log information collection method according to an embodiment of the present invention.
Fig. 2 is a schematic block diagram of a log information collection apparatus according to an embodiment of the present invention.
Fig. 3 is a schematic block diagram of an internal structure of a terminal device according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and effects of the present invention clearer and clearer, the present invention is further described in detail below with reference to the accompanying drawings and examples. It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
The embodiment provides a method for collecting log information, and the method can realize directional collection of the log information related to the target keyword in the application program, so that the log information collection is more accurate. In specific implementation, the embodiment first obtains the running state information of the application program. And when the running state information is in running, acquiring a target keyword corresponding to the application program. It can be seen that the target keywords in the present invention correspond to the application programs, and the target keywords corresponding to different application programs may not be the same. Therefore, according to the target keyword, the invention can acquire the target log information matched with the target keyword in the running process of the application program, and report the target log information so as to collect the target log information. Therefore, the method and the device can acquire the target log information matched with the target keyword in the running process of the application program and collect the target log information, so that the log information related to the target keyword in the application program is directionally collected, and the log information is more accurately collected. And because the target keywords correspond to the application programs, different application programs can correspond to different target keywords, so that the invention can realize the collection of different log information for different application programs, thereby realizing a more personalized log information collection mode and meeting the requirements of users.
For example, if the television wants to collect data of a public service advertisement played on an application program, namely, a mango TV, at this time, the television first determines whether the mango TV is normally started and operated, if the mango TV is in operation, a target keyword corresponding to the mango TV is obtained, the target keyword can be used as a condition for screening log information in the mango TV, for example, if the target keyword corresponding to the mango TV is the public service advertisement, the television can obtain target log information matched with the public service advertisement in the operation process of the mango TV based on the target keyword, and the obtained target log information is data related to the public service advertisement played by the mango TV. After the target log information is acquired, the television can report the target log information, for example, to a background, so that the data of the public service advertisement played in the mango TV is collected.
Exemplary method
The log information collection method in the embodiment can be applied to terminal equipment, and the terminal equipment can be intelligent terminal products such as televisions, computers, mobile phones and the like. The log information collection method in the embodiment can be used for collecting user usage record monitoring, user behavior monitoring, advertisement monitoring, abnormal information monitoring and the like. Specifically, as shown in fig. 1, the log information collection method in the present embodiment includes the steps of:
and step 100, acquiring running state information of the application program.
After the terminal device of this embodiment is started, the network status is first acquired, and if the network status is good, the terminal device starts to acquire the running status information of the application program. The running state information in this embodiment refers to whether the application is in a state of starting and running normally. Since the embodiment needs to monitor and collect the specific log information of the application program, it is first necessary to determine the running state information of the application program, and if the obtained running state information is in operation, the log information of the application program can be collected. And if the acquired running state information is that the application program is not started, no operation is performed at this time.
And 200, when the running state information is in running, acquiring a target keyword corresponding to the application program.
When the running state information is in running, it indicates that the application program is being used by the user at this time, and therefore, the embodiment can acquire the target keyword corresponding to the application program. The target keyword in this embodiment is used as a condition for screening log information generated by the application program during the running process. In this embodiment, the target keyword may be preset based on the application program, so that when it is determined that the application program is in the running state, the target keyword corresponding to the application program may be obtained.
In one implementation manner, the acquiring a target keyword of an application in this embodiment includes the following steps:
step 201, when the running state information is in running, acquiring equipment information;
step 202, determining keyword matching information corresponding to the device information according to the device information, wherein the keyword matching information is used for reflecting the corresponding relation between each application program and a target keyword;
and 203, determining a target keyword corresponding to the application program according to the keyword matching information.
Specifically, when the application program is running, the terminal device acquires device information of the terminal device at the moment, then sends the device information to the background, and retrieves keyword matching information corresponding to the device information from the background, wherein the keyword matching information is used for reflecting a corresponding relationship between each application program and a target keyword. That is, the keyword matching information corresponding to the device information is preset in the background of the terminal device, and the target keywords corresponding to the respective applications are set in the keyword matching information. Therefore, in this embodiment, the corresponding keyword matching information is found in the background according to the device information, and then the target keyword corresponding to the application program is found in the keyword matching information. In this embodiment, the device information mainly refers to device model information, and may further include information such as an operating system and a system version number of the device. Since the applications installed by different terminal devices are different and the functions corresponding to different terminal devices are also different, the present embodiment sets corresponding keyword matching information in advance according to the device information, and the keyword matching information corresponds to the device model information in the device information. And then storing the set keyword matching information in the background, so that after the equipment information is obtained, the equipment information can be analyzed, then the equipment model information and the like in the equipment information are obtained, the equipment model information and the like are packaged into request information according to the communication standard with the background, and the request information is sent to the background in a specific data format so as to find the keyword matching information corresponding to the equipment model information in the background. And the keyword matching information may be set in a form of a table, for example, the device model information is AAA, and the corresponding keyword matching information is found as matching information table 1.
For example, the terminal device of this embodiment may encapsulate the device model information into request information in the following data format, and send the request information to the background.
Content-Type:application/json
...
{
...
"did":"1335c695-cfb8-4ebb-beef-80da344efa6b",
"version":"1.0.0",
"name":"oversea_ads_list_log",
"time":"1630395330913",
"device":
{...},
"pkg":
{...},
"data":
{...},
...
}
After receiving the request information, the background matches the device model information with the keyword matching information, finds the corresponding keyword matching information and sends the keyword matching information to the terminal device, and the data format sent to the terminal device is as follows:
{
"code":0,
""""
msg:success,
"data":
{
"Applicationname":"keyword",
...
}
}
after the terminal device in this embodiment obtains the corresponding keyword matching information according to the device model information, this embodiment may obtain the target keyword corresponding to the application program from the keyword matching information. In one implementation, in the keyword matching information, the target keyword corresponds to name information of the application program, so that the embodiment may first obtain the name information of the application program; and then, according to the name information, finding out the target keyword information corresponding to the name information in the keyword matching information. For example, if the name of the application is "mango TV", the keyword matching information may be used to find that the target keyword corresponding to "mango TV" is "public service advertisement". Therefore, the corresponding target keywords can be found according to the application programs, and even if the user uses different application programs, the corresponding target keywords can be found, so that the directional collection of the related log information of the application programs is realized.
Step 300, according to the target keyword, obtaining target log information matched with the target keyword in the running process of the application program, and reporting the target log information so as to collect the target log information.
After the terminal device of this embodiment obtains the target keyword, the terminal device selects the target keyword as a condition for selecting log information in an application program running process, and selects target log information related to the target keyword. After the target log information is obtained, the terminal equipment can report the target log information, so that the target log information is collected. In the embodiment, the collection of the log information is realized based on the target keyword, so that the log information of the related content of the application program can be directionally collected, the collection result is more accurate, and the user requirements can be favorably met.
In one implementation manner, the obtaining of the target log information in this embodiment includes the following steps:
step 301, calling a log information monitoring program according to the target keyword;
step 302, acquiring real-time log information generated in the running process of the application program according to the log information monitoring program;
and 303, acquiring target log information matched with the target keyword according to the real-time log information.
Specifically, a log information monitoring program is preset in the terminal device, and the log information monitoring program can detect real-time log information generated in the running process of the application program, for example, when a user watches a TV drama or a movie or a synthesis art by using a mango TV, log information is correspondingly generated, and the real-time log information is monitored by the log information monitoring program. In the embodiment, the specific log information is collected for the application program, and the specific log information is realized based on the target keyword, so that after the log information monitoring program monitors the log information generated in the running process of the application program, the target keyword is matched with the log information to find out the real-time log information matched with the target keyword, and the log information is the log information related to the target keyword, namely the target log information.
In an implementation manner, in order to find out target log information related to a target keyword from real-time log information generated in an application program running process, the present embodiment analyzes the real-time log information to obtain field information corresponding to the real-time log information. For example, when a user watches the Happy big Ben Ying by using a mango TV at 10:00, the generated real-time log information is as follows: 10:00, playing integrated entertainment, namely 'happy big book management', and additionally having a playing link, and analyzing the real-time log information (including the playing link) to obtain day field information, namely: comprehensive art and happy big base camp. Then, the terminal device matches the target keyword with the field information. If the target keyword is successfully matched with the field information, namely the target keyword is the same as the field information, acquiring real-time log information matched with the target keyword, and taking the real-time log information matched with the target keyword as the target log information. Therefore, in the embodiment, the target keywords are respectively matched with the field information analyzed based on the real-time log information, whether the real-time log information has viewing records, playing websites, playing links and the like carrying the target keywords or not is searched, and if the real-time log information exists, the real-time log information is screened out and used as the target log information. Certainly, the number of the target keywords in this embodiment is not limited, and one or more target keywords may be set, and no matter how many target keywords are set, the target log information may be determined by matching with the field information, and when there are multiple target keywords, the target log information may be matched with the field information at the same time, and this embodiment also does not limit this.
In an embodiment, after obtaining the target log information, the terminal device feeds back the target log information to a bottom layer process, and then wakes up a preset data reporting thread, where the data reporting thread is used to report the target log information. Therefore, the obtained target log information can be uploaded in real time, local storage space cannot be occupied, and smooth operation of local application programs is guaranteed.
In summary, the present embodiment first obtains the running state information of the application. And when the running state information is in running, acquiring a target keyword corresponding to the application program. It can be seen that the target keywords in the present invention correspond to the application programs, and the target keywords corresponding to different application programs may not be the same. Therefore, according to the target keyword, the invention can acquire the target log information matched with the target keyword in the running process of the application program, and report the target log information so as to collect the target log information. Therefore, the method and the device can acquire the target log information matched with the target keyword in the running process of the application program and collect the target log information, so that the log information related to the target keyword in the application program is directionally collected, and the log information is more accurately collected. And because the target keywords correspond to the application programs, different application programs can correspond to different target keywords, so that the invention can realize the collection of different log information for different application programs, thereby realizing a more personalized log information collection mode and meeting the requirements of users.
Exemplary devices
Based on the above embodiment, the present invention also provides a log information collecting apparatus, as shown in fig. 2, the apparatus including: a status information acquisition module 10, a keyword acquisition module 20, and a log information collection module 30. Specifically, the status information obtaining module 10 is configured to obtain running status information of an application. The keyword obtaining module 20 is configured to obtain a target keyword corresponding to the application program when the running state information is running. The log information collecting module 30 is configured to obtain, according to the target keyword, target log information matched with the target keyword in an operation process of the application program, and report the target log information to collect the target log information.
The working principle of the log information collecting device in this embodiment is the same as that described in the above method embodiment, and is not described herein again.
Based on the above embodiments, the present invention further provides a terminal device, and a schematic block diagram thereof may be as shown in fig. 3. The terminal equipment comprises a processor and a memory which are connected through a system bus. Wherein the processor of the terminal device is configured to provide computing and control capabilities. The memory of the terminal equipment comprises a nonvolatile storage medium and an internal memory. The non-volatile storage medium stores an operating system and a computer program. The internal memory provides an environment for the operation of an operating system and computer programs in the non-volatile storage medium. The network interface of the terminal device is used for connecting and communicating with an external terminal through a network. The computer program is executed by a processor to implement a log information collection method.
It will be understood by those skilled in the art that the block diagram shown in fig. 3 is only a block diagram of a part of the structure related to the solution of the present invention, and does not constitute a limitation to the terminal device to which the solution of the present invention is applied, and a specific terminal device may include more or less components than those shown in the figure, or may combine some components, or have different arrangements of components.
In one embodiment, a terminal device is provided, where the terminal device includes a memory, a processor, and a log information collection program stored in the memory and executable on the processor, and the processor executes the log information collection program to implement the following operation instructions:
acquiring running state information of an application program;
when the running state information is in running, acquiring a target keyword corresponding to the application program;
and according to the target keyword, acquiring target log information matched with the target keyword in the running process of the application program, and reporting the target log information so as to collect the target log information.
It will be understood by those skilled in the art that all or part of the processes of the methods of the embodiments described above can be implemented by hardware instructions of a computer program, which can be stored in a non-volatile computer-readable storage medium, and when executed, can include the processes of the embodiments of the methods described above. Any reference to memory, storage, operational databases, or other media used in embodiments provided herein may include non-volatile and/or volatile memory. Non-volatile memory can include read-only memory (ROM), Programmable ROM (PROM), Electrically Programmable ROM (EPROM), Electrically Erasable Programmable ROM (EEPROM), or flash memory. Volatile memory can include Random Access Memory (RAM) or external cache memory. By way of illustration and not limitation, RAM is available in a variety of forms such as Static RAM (SRAM), Dynamic RAM (DRAM), Synchronous DRAM (SDRAM), double-rate SDRAM (DDRSDRAM), Enhanced SDRAM (ESDRAM), synchronous link (Synchlink) DRAM (SLDRAM), Rambus Direct RAM (RDRAM), direct bus dynamic RAM (DRDRAM), and memory bus dynamic RAM (RDRAM).
In summary, the present invention discloses a log information collection method, an apparatus, a terminal device and a storage medium, wherein the method comprises: acquiring running state information of an application program; when the running state information is in running, acquiring a target keyword corresponding to the application program; and according to the target keyword, acquiring target log information matched with the target keyword in the running process of the application program, and reporting the target log information so as to collect the target log information. According to the method and the device, the target log information matched with the target keyword in the running process of the application program is obtained, the log information related to the target keyword in the application program is directionally collected, the collection is more accurate, and the target keyword corresponds to the application program, so that different log information can be collected for different application programs, and the user requirements are met.
Finally, it should be noted that: the above examples are only intended to illustrate the technical solution of the present invention, but not to limit it; although the present invention has been described in detail with reference to the foregoing embodiments, it will be understood by those of ordinary skill in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some technical features may be equivalently replaced; and such modifications or substitutions do not depart from the spirit and scope of the corresponding technical solutions of the embodiments of the present invention.

Claims (10)

1. A method of collecting log information, the method comprising:
acquiring running state information of an application program;
when the running state information is in running, acquiring a target keyword corresponding to the application program;
and according to the target keyword, acquiring target log information matched with the target keyword in the running process of the application program, and reporting the target log information so as to collect the target log information.
2. The log information collecting method according to claim 1, wherein the obtaining of the target keyword corresponding to the application program when the running state information is running includes:
when the running state information is in running, acquiring equipment information;
determining keyword matching information corresponding to the equipment information according to the equipment information, wherein the keyword matching information is used for reflecting the corresponding relation between each application program and a target keyword;
and determining a target keyword corresponding to the application program according to the keyword matching information.
3. The log information collection method according to claim 2, wherein the determining, based on the device information, keyword matching information corresponding to the device information includes:
analyzing the equipment information to obtain equipment model information in the equipment information;
and determining the keyword matching information corresponding to the equipment model information according to the equipment model information.
4. The method of claim 2, wherein the determining a target keyword corresponding to the application according to the keyword matching information comprises:
acquiring name information of the application program;
and determining the target keyword information corresponding to the name information according to the name information and the keyword matching information.
5. The method for collecting log information according to claim 1, wherein the obtaining target log information matched with the target keyword during the running process of the application program according to the target keyword comprises:
calling a log information collection program according to the target keyword;
acquiring real-time log information generated in the running process of the application program according to the log information collection program;
and acquiring target log information matched with the target keyword according to the real-time log information.
6. The method for collecting log information according to claim 5, wherein the obtaining target log information matched with the target keyword according to the real-time log information comprises:
analyzing the real-time log information to obtain field information corresponding to the real-time log information;
matching the target keyword with the field information;
and if the matching of the target keyword and the field information is successful, acquiring real-time log information matched with the target keyword, and taking the real-time log information matched with the target keyword as the target log information.
7. The method of claim 6, wherein reporting the target log information comprises:
when the target log information is acquired, waking up a preset data reporting thread;
and reporting the target log information through the data reporting thread.
8. An apparatus for collecting log information, the apparatus comprising:
the state information acquisition module is used for acquiring the running state information of the application program;
the keyword acquisition module is used for acquiring a target keyword corresponding to the application program when the running state information is in running;
and the log information collection module is used for acquiring target log information matched with the target keyword in the running process of the application program according to the target keyword, and reporting the target log information so as to collect the target log information.
9. A terminal device, characterized in that the terminal device comprises a memory, a processor and a log information collection program stored in the memory and operable on the processor, and the processor implements the steps of the log information collection method according to any one of claims 1 to 7 when executing the log information collection program.
10. A computer-readable storage medium, having stored thereon a log-information collecting program which, when executed by a processor, implements the steps of the log-information collecting method according to any one of claims 1 to 7.
CN202111525722.5A 2021-12-14 2021-12-14 Log information collection method and device, terminal equipment and storage medium Pending CN114328089A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111525722.5A CN114328089A (en) 2021-12-14 2021-12-14 Log information collection method and device, terminal equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111525722.5A CN114328089A (en) 2021-12-14 2021-12-14 Log information collection method and device, terminal equipment and storage medium

Publications (1)

Publication Number Publication Date
CN114328089A true CN114328089A (en) 2022-04-12

Family

ID=81050748

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111525722.5A Pending CN114328089A (en) 2021-12-14 2021-12-14 Log information collection method and device, terminal equipment and storage medium

Country Status (1)

Country Link
CN (1) CN114328089A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117493127A (en) * 2023-12-29 2024-02-02 太平金融科技服务(上海)有限公司 Application program detection method, device, equipment and medium

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117493127A (en) * 2023-12-29 2024-02-02 太平金融科技服务(上海)有限公司 Application program detection method, device, equipment and medium
CN117493127B (en) * 2023-12-29 2024-04-05 太平金融科技服务(上海)有限公司 Application program detection method, device, equipment and medium

Similar Documents

Publication Publication Date Title
US10455281B2 (en) Adapting search query processing according to locally detected video content consumption
CN111309785B (en) Database access method and device based on Spring framework, computer equipment and medium
CN113687974B (en) Client log processing method and device and computer equipment
US20080243997A1 (en) Distributed content item recommendation system and method of operation therefor
US20130283274A1 (en) Method and system for discovering and activating an application in a computer device
CN105357584B (en) User behavior log classification uploading method and system based on smart television
WO2017167121A1 (en) Method and device for determining and applying association relationship between application programs
CN105515900A (en) Method and device for acquiring on-line state of terminal
CN112104505B (en) Application recommendation method, device, server and computer readable storage medium
WO2015081796A1 (en) Method and device for synchronizing play record between mobile terminal and smart television
CN110502692B (en) Information retrieval method, device, equipment and storage medium based on search engine
CN101645815A (en) Video and audio file download prompt method
CN105354195B (en) Information searching method and device
CN114328089A (en) Log information collection method and device, terminal equipment and storage medium
CN110929131A (en) Data export method, device, equipment and storage medium
CN112689170B (en) Content playing method of display terminal, display terminal and readable storage medium
CN107577506B (en) Data preloading method and system
CN107395377B (en) Broadcast list pushing method
CN110166823B (en) Screen projection method and related device
CN109618231B (en) Movie content recommendation method and system based on cold start
CN113986391B (en) Request processing method, device, medium and computing equipment
US11470368B2 (en) Ascription based modeling of video delivery system data in a database
CN110798222B (en) Data compression method and device
CN108965426B (en) Data processing method and device for audio system, computer equipment and storage medium
CN114040378A (en) Application arranging method and device, computer equipment and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination