CN112749051B - File use information recording method and device and mobile terminal - Google Patents

File use information recording method and device and mobile terminal Download PDF

Info

Publication number
CN112749051B
CN112749051B CN201911052583.1A CN201911052583A CN112749051B CN 112749051 B CN112749051 B CN 112749051B CN 201911052583 A CN201911052583 A CN 201911052583A CN 112749051 B CN112749051 B CN 112749051B
Authority
CN
China
Prior art keywords
file
application program
files
information
directory
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.)
Active
Application number
CN201911052583.1A
Other languages
Chinese (zh)
Other versions
CN112749051A (en
Inventor
徐佳俊
钟斌
胡锐桓
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Oneplus Technology Shenzhen Co Ltd
Original Assignee
Oneplus Technology Shenzhen 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 Oneplus Technology Shenzhen Co Ltd filed Critical Oneplus Technology Shenzhen Co Ltd
Priority to CN201911052583.1A priority Critical patent/CN112749051B/en
Publication of CN112749051A publication Critical patent/CN112749051A/en
Application granted granted Critical
Publication of CN112749051B publication Critical patent/CN112749051B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR 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; CALCULATING OR 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/302Monitoring arrangements specially adapted to the computing system or computing system component being monitored where the computing system component is a software system
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR 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

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Quality & Reliability (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computing Systems (AREA)
  • Mathematical Physics (AREA)
  • Stored Programmes (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention provides a file use information recording method, a device and a mobile terminal, wherein the file use information recording method comprises the following steps: when an application program is started, adding files in a file directory of the application program into a monitoring list, and storing information of the monitored files, wherein the information of the files at least comprises file names, file paths and handles of the files; when monitoring that the application program uses the files in the file directory, recording the time for using the files, searching the used files through the handle, and storing the corresponding relation information of the used files and the recorded time for using the files as the file use information; the file use information is used for preloading the application program according to the file use information in the process of starting the application program next time. The method and the device can obtain the file use information of the application program, and can perform preloading according to the file use information when the application program is started next time, so that the reading speed of the application program is increased, and the experience degree of a user is improved.

Description

File use information recording method and device and mobile terminal
Technical Field
The invention relates to the technical field of software, in particular to a file use information recording method, a file use information recording device, a mobile terminal and a computer storage medium.
Background
After the application program is started to run, the resource files are read, all related resource files are loaded into the memory to run, and the files are loaded out of order, so that the large-scale application programs such as game application programs are large in file quantity, low in reading speed, long in application program opening time, and low in user experience.
Disclosure of Invention
In view of the above problems, the present invention provides a file usage information recording method, device, mobile terminal and computer storage medium, so as to obtain a detailed record when an application reads a file, thereby monitoring the operation of the application and improving the user experience.
In order to achieve the purpose, the invention adopts the following technical scheme:
a file usage information recording method, comprising:
when an application program is started, adding files in a file directory of the application program into a monitoring list, and storing monitored information of the files, wherein the information of the files at least comprises file names, file paths and handles of the files;
when the application program is monitored to use the files in the file directory, the time for using the files is recorded, the used files are searched through the handle, and the corresponding relation information between the used files and the recorded time for using the files is stored as file use information; the file use information is used for preloading the application program according to the file use information in the process of starting the application program next time.
Preferably, in the file usage information recording method, the "adding a file in the file directory of the application program to the listening list when the application program is started" includes:
adding an application file directory of the application program and files under a data file directory into the monitoring list;
judging the type of the application program, and adding files in a multimedia file directory of the application program into the monitoring list when the application program is determined to be a preset program.
Preferably, in the file usage information recording method, the "adding a file in the file directory of the application program to the listening list when the application program is started" includes:
judging the type of the application program, and adding an application file directory, a data file directory and files under a multimedia file directory of the application program into the monitoring list when the application program is determined to be a preset program;
and when the application program is determined to be a non-preset program, adding the application file directory of the application program and the files in the data file directory into the monitoring list.
Preferably, in the file usage information recording method, the files in the application file directory are added to the monitoring list by calling a monitoring module.
Preferably, in the file use information recording method, the "finding the used file by the handle" includes: and acquiring a handle of the corresponding file opened by the application program by using the reading function.
Preferably, in the file usage information recording method, the file information is stored in a file information base in a memory, and the storing the monitored information of the file includes: and storing the file information in the file directory to the file information base by using a red-black tree structure.
The present invention also provides a file use information recording apparatus comprising:
the monitoring starting module is used for adding the files in the file directory of the application program into a monitoring list when the application program is started, and storing the monitored information of the files, wherein the information of the files at least comprises file names, file paths and file handles;
the using information recording module is used for recording the time for using the file when monitoring that the application program uses the file in the file directory, searching the used file through the handle, and storing the corresponding relation information of the used file and the recorded time for using the file as the file using information; the file use information is used for preloading the application program according to the file use information in the process of starting the application program next time.
Preferably, in the file usage information recording apparatus, the monitoring start module includes:
a monitoring list setting unit, configured to add an application file directory and files in a data file directory of the application program to the monitoring list;
and the program type judging unit is used for judging the type of the application program and adding the files in the multimedia file directory of the application program into the monitoring list when the application program is determined to be a preset program.
The invention also provides a mobile terminal, which comprises a memory and a processor, wherein the memory is used for storing the computer program, and the processor runs the computer program to enable the mobile terminal to execute the file use information recording method.
The invention also provides a computer storage medium storing a computer program for use in the mobile terminal.
The invention provides a file use information recording method, which comprises the following steps: when an application program is started, adding files in a file directory of the application program into a monitoring list, and storing monitored information of the files, wherein the information of the files at least comprises file names, file paths and handles of the files; when the application program is monitored to use the files in the file directory, the time for using the files is recorded, the used files are searched through the handle, and the corresponding relation information between the used files and the recorded time for using the files is stored as file use information; the file use information is used for preloading the application program according to the file use information in the process of starting the application program next time. The file use information recording method can obtain the file use information of the application program, and can perform preloading according to the file use information when the application program is started next time, so that the reading speed of the application program is increased, and the experience of a user is improved.
In order to make the aforementioned and other objects, features and advantages of the present invention comprehensible, preferred embodiments accompanied with figures are described in detail below.
Drawings
In order to more clearly illustrate the technical solution of the present invention, the drawings required in the embodiments will be briefly described below, and it should be understood that the following drawings only illustrate some embodiments of the present invention, and therefore should not be considered as limiting the scope of the present invention. Like components are numbered similarly in the various figures.
Fig. 1 is a flowchart of a file usage information recording method according to embodiment 1 of the present invention;
fig. 2 is a flowchart illustrating a method for turning on a preset listening module according to embodiment 1 of the present invention;
fig. 3 is a flowchart of another method for turning on a preset listening module according to embodiment 1 of the present invention;
FIG. 4 is a schematic view of a configuration of a file usage information recording apparatus according to embodiment 2 of the present invention;
fig. 5 is a schematic structural diagram of another file use information recording apparatus provided in embodiment 2 of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments.
The components of embodiments of the present invention generally described and illustrated in the figures herein may be arranged and designed in a wide variety of different configurations. Thus, the following detailed description of the embodiments of the present invention, presented in the figures, is not intended to limit the scope of the invention, as claimed, but is merely representative of selected embodiments of the invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments of the present invention without making any creative effort, shall fall within the protection scope of the present invention.
Hereinafter, the terms "including", "having", and their derivatives, which may be used in various embodiments of the present invention, are intended to indicate only specific features, numerals, steps, operations, elements, components, or combinations of the foregoing, and should not be construed as first excluding the presence of or adding to one or more other features, numerals, steps, operations, elements, components, or combinations of the foregoing.
Furthermore, the terms "first," "second," "third," and the like are used solely to distinguish one from another, and are not to be construed as indicating or implying relative importance.
Unless otherwise defined, all terms (including technical and scientific terms) used herein have the same meaning as commonly understood by one of ordinary skill in the art to which various embodiments of the present invention belong. The terms (such as those defined in commonly used dictionaries) should be interpreted as having a meaning that is consistent with their contextual meaning in the relevant art and will not be interpreted in an idealized or overly formal sense unless expressly so defined herein in various embodiments of the present invention.
Example 1
Fig. 1 is a flowchart of a file usage information recording method according to embodiment 1 of the present invention, where the method includes the following steps:
step S11: when an application program is started, adding files in a file directory of the application program into a monitoring list, and storing monitored information of the files, wherein the information of the files at least comprises file names, file paths and handles of the files.
In the embodiment of the invention, when the mobile terminal receives a starting instruction of the application program, for example, when a user clicks an icon of the application program on the mobile terminal or when the mobile terminal is started and issues an instruction for starting the background application program, the mobile terminal starts the preset monitoring module, adds the files in the file directory of the application program into the monitoring list, and then monitors the reading operation of the files in the list by using the monitoring module. The preset monitoring module comprises an inotify _ add _ watch monitoring module, namely, the files in the application program file directory are added into the monitoring list by calling the inotify _ add _ watch monitoring module. inotify is a Linux kernel feature that monitors a file system and issues relevant event alerts such as delete, read, write, and unload operations to specific applications in a timely manner, and can also track details such as the source and target of an activity.
In the embodiment of the present invention, before adding the file in the file directory of the application program to the monitoring list, determining the type of the application program, and if the file in the file directory is the monitoring list according to the type of the application program, if the game program adds the file in the application file directory, the file in the data file directory, and the file in the multimedia file directory to the monitoring list, the non-preset program only needs to add the file in the application file directory and the file in the data file directory to the monitoring list. Specifically, for example, a start instruction table may be pre-established in the mobile terminal, the start instruction and the corresponding application program type are stored in the start instruction table, the corresponding type may be queried according to the table when the start instruction is issued, or an algorithm or an application program of a judgment type may be set in the application program, and after the start instruction of the application program is received, the type of the application program corresponding to the start instruction may be judged by using the algorithm or the application program of the judgment type.
In the embodiment of the present invention, the types of the application programs include a game application program and a non-game application program, where the number of files of the game application program is larger than that of a general application program, and it is necessary to load various media files, such as music files and video files, when the game application program needs to be started normally, in a subsequent file monitoring step, the game application program needs to monitor a media file directory, and the non-game application program may not monitor files of a multimedia file directory thereof, but may also monitor the application program of the media file directory by setting a flag portion, which is not limited herein. Meanwhile, the types of the programs can be further subdivided, more file directories are subdivided, and the corresponding file directories are monitored according to the subdivided program types, so that monitoring of files which do not need to be monitored can be avoided, and the monitoring efficiency is improved.
In the embodiment of the present invention, after the file in the file directory of the application program is added to the monitoring list of the monitoring module, the file information in the file directory may also be stored in a pre-established file information base, where the file information includes a file name, a file size, a file path, and the like. The pre-established file information base can be stored in a hard disk space of the mobile terminal, and can also be stored in a memory space of the mobile terminal, so that the speed of searching information by the file information base is improved.
Step S12: when the application program is monitored to use the files in the file directory, the time for using the files is recorded, the used files are searched through the handle, and the corresponding relation information between the used files and the recorded time for using the files is stored as file use information; the file use information is used for preloading the application program according to the file use information in the process of starting the application program next time.
In the embodiment of the invention, in the process of starting and running the application program, the monitoring module monitors the files of the file directory, and when the application program is monitored to read the files, the reading time of the read files is recorded. The process of recording the reading time of the read file may be implemented by using an algorithm or an application program, for example, a time recording program may be set in the mobile terminal, and when the monitoring module monitors the operation of reading the file, the time recording program may be used to record the file reading time, so as to obtain the sequence of reading the file by the application program according to the reading time in the following.
In the embodiment of the invention, the handle is a reference identifier managed by a system in the mobile terminal, and the corresponding file can be positioned through the identifier. When the application program reads the file, the process of obtaining the handle of the corresponding file may be implemented by using an algorithm or an application program, for example, the application program may be set in the mobile terminal, and when the application program is monitored to read the file, the handle of the corresponding file is obtained. And, the handle of the corresponding file opened by the application program can also be acquired by using a read function, and the read function is a read function.
In the embodiment of the invention, after the handle of the corresponding file is obtained when the application program reads the file, the handle can be used to search the corresponding file information in the file information base, and the corresponding file information is recorded as the file use information in combination with the corresponding reading time, the file use information specifically comprises a file name, a file path and the reading time of the file, the reading sequence of the file can be obtained based on the reading time of the file, and if the application program reads only a part of the file when reading the file, the file use information can also comprise the area information of the file.
In the embodiment of the invention, after the file use information is recorded, an operation log corresponding to the application program can be generated and stored in a hard disk space or a memory space of the mobile terminal, and the file use information monitored after the application program is started each time can be compared with the last operation log, so that whether the application program normally operates is judged.
In addition, the corresponding file can be read in advance for the application program according to the last running log, the corresponding file is loaded to the memory of the mobile terminal in advance, and the running speed of the application program, especially the application program of games, is improved by means of preloading, so that the experience degree of a user is greatly improved. For example, when the application program is initialized, the whole file or a part of the file area can be preloaded according to the file use information, so that the application program does not need to load a corresponding file when executing a certain step, and the running speed of the application program is increased.
In the embodiment of the invention, the file information in the file directory can be stored in the file information base by utilizing a red-black tree structure. The file information base is pre-established in the memory, the file information is stored in the file information base of the memory in a red-black tree structure, and when the corresponding file information in the file information base is searched by using the handle, the searching speed is greatly increased, so that the efficiency of recording the file use information is improved.
Fig. 2 is a flowchart of starting a preset monitoring module according to embodiment 1 of the present invention, including the following steps:
step S21: and adding the application file directory of the application program and the files in the data file directory into a monitoring list.
Step S22: and judging the type of the application program, and adding files in a multimedia file directory of the application program into a monitoring list when the application program is determined to be a preset program.
Fig. 3 is a flowchart of another method for turning on a preset listening module according to embodiment 1 of the present invention, which includes the following steps:
step S31: judging the type of the application program, and adding an application file directory, a data file directory and files in a multimedia file directory of the application program into a monitoring list when the application program is determined to be a preset program.
Step S32: and when the application program is determined to be a non-preset program, adding the application file directory of the application program and the files in the data file directory into a monitoring list.
In the embodiment of the present invention, after the type of the application program is determined, the file directory to be monitored is determined according to the type of the application program, and specifically, the file directory includes an application file directory, a data file directory, and a multimedia file directory. The application file directory mainly stores codes which need to be loaded when the application program runs, the application program runs after the codes are loaded to a memory of the mobile terminal, and therefore the function of the codes is achieved, the data file directory stores setting parameters of the application program, and the multimedia file directory stores files such as audio and video.
In the embodiment of the invention, when the application program is a preset application program, such as an application program with a large number of media files in a game class, the monitored file directories are an application file directory, a data file directory and a multimedia file directory under the root directory of the application program. And other types of application programs can only monitor the application file directory and the data file directory under the root directory, and can mark part of other types of application programs according to requirements and monitor the multimedia file directory of the application programs.
Example 2
Fig. 4 is a schematic structural diagram of a file usage information recording apparatus according to embodiment 2 of the present invention.
The file usage information recording apparatus 400 includes:
a monitoring starting module 410, configured to add a file in the file directory of the application program into a monitoring list when the application program is started, and store information of the monitored file, where the information of the file at least includes a file name, a file path, and a handle of the file;
a usage information recording module 420, configured to record a time for using a file when it is monitored that the application uses the file in the file directory, search for the used file through the handle, and store information of a correspondence between the used file and the recorded time for using the file as file usage information; the file use information is used for preloading the application program according to the file use information in the process of starting the application program next time.
As shown in fig. 5, the listening turn-on module 410 includes:
a monitoring list setting unit 411, configured to add an application file directory and files in a data file directory of the application program to the monitoring list;
a program type determining unit 412, configured to determine the type of the application program, and add a file in a multimedia file directory of the application program to the listening list when the application program is determined to be a preset program.
In the embodiment of the present invention, for more detailed functional description of each module and each unit, reference may be made to contents of corresponding parts in the foregoing embodiment, which are not described again here.
In addition, the invention also provides a mobile terminal which can comprise a smart phone, a tablet computer, a vehicle-mounted computer, intelligent wearable equipment and the like. The mobile terminal comprises a memory and a processor, wherein the memory can be used for storing computer programs, and the processor enables the mobile terminal to execute the functions of each module in the method or the file use information recording device by running the computer programs.
The memory may include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application program required for at least one function (such as a sound playing function, an image playing function, etc.), and the like; the storage data area may store data (such as audio data, a phonebook, etc.) created according to the use of the mobile terminal, and the like. Further, the memory may include high speed random access memory, and may also include non-volatile memory, such as at least one magnetic disk storage device, flash memory device, or other volatile solid state storage device.
The embodiment also provides a computer storage medium for storing the computer program used in the mobile terminal.
In the several embodiments provided in the present application, it should be understood that the disclosed apparatus and method may be implemented in other manners. The apparatus embodiments described above are merely illustrative and, for example, the flowchart and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of apparatus, methods and computer program products according to various embodiments of the present invention. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems which perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
In addition, each functional module or unit in each embodiment of the present invention may be integrated together to form an independent part, or each module may exist separately, or two or more modules may be integrated to form an independent part.
The functions may be stored in a computer-readable storage medium if they are implemented in the form of software functional modules and sold or used as separate products. Based on such understanding, the technical solution of the present invention or a part of the technical solution that contributes to the prior art in essence can be embodied in the form of a software product, which is stored in a storage medium and includes instructions for causing a computer device (which may be a smart phone, a personal computer, a server, or a network device, etc.) to execute all or part of the steps of the method according to the embodiments of the present invention. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk, or an optical disk, and various media capable of storing program codes.
The above description is only for the specific embodiments of the present invention, but the scope of the present invention is not limited thereto, and any person skilled in the art can easily conceive of the changes or substitutions within the technical scope of the present invention, and all the changes or substitutions should be covered within the scope of the present invention. Therefore, the protection scope of the present invention shall be subject to the protection scope of the claims.

Claims (10)

1. A file usage information recording method, comprising:
when an application program is started, adding files in a file directory of the application program into a monitoring list, and storing information of the monitored files, wherein the information of the files at least comprises file names, file paths and handles of the files, and the handles are reference identifiers managed by a system in a mobile terminal;
when monitoring that the application program uses the files in the file directory, recording the time for using the files, searching the used files through the handle, and storing the corresponding relation information of the used files and the recorded time for using the files as file use information; the file use information is used for preloading the application program according to the file use information in the process of starting the application program next time; the file use information comprises a file name, a file path and the reading time of the file, and the reading sequence of the file is obtained based on the reading time of the file; after recording the file use information, generating an operation log of the application program; and reading a corresponding file for the application program in advance according to the last running log, and loading the corresponding file to a memory of the mobile terminal in advance.
2. The method for recording the file usage information according to claim 1, wherein the adding the files in the file directory of the application program to the listening list at the time of starting the application program comprises:
adding an application file directory of the application program and files under a data file directory into the monitoring list;
judging the type of the application program, and adding files in a multimedia file directory of the application program into the monitoring list when the application program is determined to be a preset program.
3. The method according to claim 1, wherein the adding the files in the file directory of the application program to the listening list at the time of starting the application program comprises:
judging the type of the application program, and adding an application file directory, a data file directory and files under a multimedia file directory of the application program into the monitoring list when the application program is determined to be a preset program;
and when the application program is determined to be a non-preset program, adding the application file directory and the files in the data file directory of the application program into the monitoring list.
4. The file usage information recording method according to claim 1, wherein the files under the application file directory are added to the snoop list by calling a snoop module.
5. The file usage information recording method according to claim 1, wherein the finding of the used file by the handle includes: and acquiring the handle of the corresponding file opened by the application program by using the reading function.
6. The method according to claim 1, wherein the file information is stored in a file information base in a memory, and the storing the monitored information of the file comprises: and storing the file information in the file directory to the file information base by using a red-black tree structure.
7. A file usage information recording apparatus, comprising:
the monitoring starting module is used for adding files in the file directory of the application program into a monitoring list when the application program is started, and storing monitored information of the files, wherein the information of the files at least comprises file names, file paths and handles of the files, and the handles are reference identifiers managed by a system in the mobile terminal;
the using information recording module is used for recording the time for using the file when monitoring that the application program uses the file in the file directory, searching the used file through the handle, and storing the corresponding relation information of the used file and the recorded time for using the file as the file using information; the file use information is used for preloading the application program according to the file use information in the process of starting the application program next time; the file use information comprises a file name, a file path and file reading time, and the reading sequence of the files is obtained based on the file reading time; after recording the file use information, generating an operation log of the application program; and reading a corresponding file for the application program in advance according to the last running log, and loading the corresponding file to a memory of the mobile terminal in advance.
8. The file usage information recording apparatus according to claim 7, wherein the listening opening module includes:
a monitoring list setting unit, configured to add an application file directory of the application program and a file in the data file directory to the monitoring list;
and the program type judging unit is used for judging the type of the application program and adding the files in the multimedia file directory of the application program into the monitoring list when the application program is determined to be a preset program.
9. A mobile terminal characterized by comprising a memory for storing a computer program and a processor for executing the computer program to cause the mobile terminal to execute the file usage information recording method according to any one of claims 1 to 6.
10. A computer storage medium characterized in that it stores a computer program for use in a mobile terminal according to claim 9.
CN201911052583.1A 2019-10-31 2019-10-31 File use information recording method and device and mobile terminal Active CN112749051B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911052583.1A CN112749051B (en) 2019-10-31 2019-10-31 File use information recording method and device and mobile terminal

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911052583.1A CN112749051B (en) 2019-10-31 2019-10-31 File use information recording method and device and mobile terminal

Publications (2)

Publication Number Publication Date
CN112749051A CN112749051A (en) 2021-05-04
CN112749051B true CN112749051B (en) 2022-11-08

Family

ID=75644582

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911052583.1A Active CN112749051B (en) 2019-10-31 2019-10-31 File use information recording method and device and mobile terminal

Country Status (1)

Country Link
CN (1) CN112749051B (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102750174A (en) * 2012-06-29 2012-10-24 Tcl集团股份有限公司 Method and device for loading file
CN103577212A (en) * 2012-08-08 2014-02-12 腾讯科技(深圳)有限公司 System starting preloading method and device
CN103631612A (en) * 2012-08-23 2014-03-12 腾讯科技(深圳)有限公司 Method and device for starting operating system
CN106569894A (en) * 2016-10-11 2017-04-19 北京元心科技有限公司 Picture loading method and system
CN106777116A (en) * 2016-12-15 2017-05-31 腾讯科技(深圳)有限公司 A kind of content acquisition method, subscription client, server and system
CN109240989A (en) * 2018-09-07 2019-01-18 深圳市万普拉斯科技有限公司 File object querying method, device, terminal device and readable storage medium storing program for executing

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7676508B2 (en) * 2004-11-10 2010-03-09 Microsoft Corporation Method and system for recording and replaying input-output requests issued by a user-mode program
US10105593B2 (en) * 2014-04-08 2018-10-23 Razer (Asia-Pacific) Pte. Ltd. File prefetching for gaming applications accessed by electronic devices

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102750174A (en) * 2012-06-29 2012-10-24 Tcl集团股份有限公司 Method and device for loading file
CN103577212A (en) * 2012-08-08 2014-02-12 腾讯科技(深圳)有限公司 System starting preloading method and device
CN103631612A (en) * 2012-08-23 2014-03-12 腾讯科技(深圳)有限公司 Method and device for starting operating system
CN106569894A (en) * 2016-10-11 2017-04-19 北京元心科技有限公司 Picture loading method and system
CN106777116A (en) * 2016-12-15 2017-05-31 腾讯科技(深圳)有限公司 A kind of content acquisition method, subscription client, server and system
CN109240989A (en) * 2018-09-07 2019-01-18 深圳市万普拉斯科技有限公司 File object querying method, device, terminal device and readable storage medium storing program for executing

Also Published As

Publication number Publication date
CN112749051A (en) 2021-05-04

Similar Documents

Publication Publication Date Title
CN108647151B (en) Full flash system metadata disk-dropping method, device, equipment and storage medium
CN108255408B (en) Data storage method and system
EP2811399B1 (en) Method and terminal for starting music application
CN107402870B (en) Method and device for processing log segment in metadata server
US20170270106A1 (en) Methods and apparatuses for storing file path and accessing local file
CN101983376A (en) Access device, information recording device, information recording system, file management method, and program
CN106126291B (en) A kind of method, apparatus and electronic equipment for deleting malicious file
CN112099800A (en) Code data processing method and device and server
CN112182010A (en) Dirty page refreshing method and device, storage medium and electronic equipment
CN112799737B (en) Game resource processing method, game resource processing device, processor and storage medium
CN110652728A (en) Game resource management method and device, electronic equipment and storage medium
US10503430B2 (en) Method and device for clearing data and electronic device
CN112749051B (en) File use information recording method and device and mobile terminal
CN112925672A (en) Data recovery method, device, equipment and storage medium
CN105095337A (en) Selection method, method for maintaining data list and electronic device
CN110708355A (en) File uploading method, system, device and readable storage medium
CN112036133B (en) File storage method and device, electronic equipment and storage medium
US20150293938A1 (en) Replacing virtual file system data structures deleted by a forced unmount
CN114647658A (en) Data retrieval method, device, equipment and machine-readable storage medium
CN112817648A (en) Application program file preloading method and device and mobile terminal
CN112783850B (en) File enumeration method and device based on USN (universal serial bus) log, electronic equipment and storage medium
JPWO2020065778A1 (en) Information processing equipment, control methods, and programs
US20170154096A1 (en) Data service system and electronic apparatus
CN109976678B (en) Storage method and equipment
CN111061721B (en) Data processing method and device

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
GR01 Patent grant
GR01 Patent grant