EP3255543B1 - Procédé de gestion de processus, appareil et dispositif - Google Patents

Procédé de gestion de processus, appareil et dispositif Download PDF

Info

Publication number
EP3255543B1
EP3255543B1 EP15888770.3A EP15888770A EP3255543B1 EP 3255543 B1 EP3255543 B1 EP 3255543B1 EP 15888770 A EP15888770 A EP 15888770A EP 3255543 B1 EP3255543 B1 EP 3255543B1
Authority
EP
European Patent Office
Prior art keywords
switching
duration
interface
interface switching
preset
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
EP15888770.3A
Other languages
German (de)
English (en)
Other versions
EP3255543A1 (fr
EP3255543A4 (fr
Inventor
Benfeng WEI
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.)
Huawei Technologies Co Ltd
Original Assignee
Huawei Technologies 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 Huawei Technologies Co Ltd filed Critical Huawei Technologies Co Ltd
Publication of EP3255543A1 publication Critical patent/EP3255543A1/fr
Publication of EP3255543A4 publication Critical patent/EP3255543A4/fr
Application granted granted Critical
Publication of EP3255543B1 publication Critical patent/EP3255543B1/fr
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/48Program initiating; Program switching, e.g. by interrupt
    • G06F9/4806Task transfer initiation or dispatching
    • G06F9/4812Task transfer initiation or dispatching by interrupt, e.g. masked
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/48Program initiating; Program switching, e.g. by interrupt
    • G06F9/4806Task transfer initiation or dispatching
    • G06F9/4843Task transfer initiation or dispatching by program, e.g. task dispatcher, supervisor, operating system
    • G06F9/485Task life-cycle, e.g. stopping, restarting, resuming execution

Definitions

  • the present invention relates to the field of computer technologies, and in particular, to a process management method, apparatus, and device.
  • a user When using a mobile terminal, a user often switches a currently started application program to the background for running, and then starts a new application program. For example, after browsing Weibo, the user may switch Weibo to the background for running, and start WeChat.
  • An application program generally runs in the mobile terminal in the form of a process. If the user starts multiple application programs in the mobile terminal, multiple processes run in the background of the mobile terminal and occupy plenty of processing resources, slowing down a processing speed of the mobile terminal.
  • a function of stopping a process is set in the mobile terminal, and the user may select, on a process management page, a process that needs to be stopped, and click on a stop option to stop the process in the mobile terminal.
  • the prior art has at least the following problems: A user needs to manually select processes that need to be stopped, and then stop these processes. This results in relatively low process stopping efficiency.
  • US 2007/0011661 A1 discloses a process control system and control method therefor.
  • the process control system has a process state detection unit that detects activation of a predetermined process in a computer and determines whether the process is a previously determined one of control-target processes, a comparison unit that, if the process state detection unit determines that the control-target process is activated, acquires the CPU usage rate of the entire system and compares the acquired CPU usage rate with a previously determined target value of the CPU usage rate of the entire system, and a process suspension control unit that controls suspension and resumption of the control-target process based on the result of comparison by the comparison unit.
  • EP 2 538 327 A1 discloses a device and a method for adaptively determining processes to kill when a low memory situation is detected, by tracking statistics of application launching behaviours , predicting application behaviours under certain system states in accordance with the tracked statistics, detecting certain system states and , if the certain system state is detected, adaptively selecting an application to kill in accordance with the predicted behaviours.
  • the present invention provides a process management method according to claim 1 and a process management apparatus according to claim 5.
  • Embodiments not falling within the scope of the claims do not form part of the invention.
  • a process management method is provided, where the method includes:
  • the obtaining benchmark duration for interface switching includes:
  • the interface switching includes interface switching of a first switching type, and the detecting at least one time of interface switching that is within preset duration after startup, and detecting switching duration of the at least one time of interface switching specifically includes:
  • the obtaining benchmark duration for interface switching includes:
  • the determining, after interface switching, switching duration of the interface switching includes:
  • the method further includes adjusting the preset threshold, and the adjusting the preset threshold includes:
  • a process management device includes a processor and an input apparatus, where
  • the processor is configured to:
  • the processor is configured to:
  • the processor is configured to:
  • the input apparatus is configured to receive a process stopping input; and the processor is configured to:
  • a process management apparatus includes:
  • the obtaining module is configured to:
  • the obtaining module is configured to:
  • the obtaining module is configured to:
  • the apparatus further includes an adjusting module, configured to:
  • benchmark duration for interface switching is obtained; after interface switching processing, switching duration of the interface switching processing is determined; and if the switching duration is longer than the benchmark duration, and a difference between the switching duration and the benchmark duration is greater than a preset threshold, a process having a lower priority is stopped according to a preset process priority.
  • a terminal can automatically perform process stopping processing, without the need of manually selecting, by a user, a process that needs to be stopped. Therefore, process management efficiency can be improved.
  • This embodiment of the present invention provides a process management method. As shown in FIG. 1 , a processing process of the method may include the following steps.
  • Step 101 Obtain benchmark duration for interface switching.
  • Step 102 Determine, after interface switching, switching duration of the interface switching.
  • Step 103 Stop, according to a preset process priority, a process having a lower priority, if the switching duration is longer than the benchmark duration, and a difference between the switching duration and the benchmark duration is greater than a preset threshold.
  • benchmark duration for interface switching is obtained; after interface switching processing, switching duration of the interface switching processing is determined; and if the switching duration is longer than the benchmark duration, and a difference between the switching duration and the benchmark duration is greater than a preset threshold, a process having a lower priority is stopped according to a preset process priority.
  • a terminal can automatically perform process stopping processing, without the need of manually selecting, by a user, a process that needs to be stopped. Therefore, process management efficiency can be improved.
  • This example provides a process management method.
  • the method may be executed by a terminal having a multi-process processing capability.
  • the terminal may be a mobile terminal such as a mobile phone or a tablet computer.
  • FIG. 1 A processing process shown in FIG. 1 is described in detail below with reference to a specific implementation manner, where content may be as follows.
  • Step 101 Obtain benchmark duration for interface switching.
  • the interface switching may be processing of switching an interface currently displayed on a terminal to another interface.
  • the interface switching may be interface switching in a system (for example, switching from a desktop of the system to a setting interface of the system), may be interface switching in an application program (for example, switching from a chatting interface of WeChat to a contact interface of WeChat), or may be interface switching between a system and an application program (for example, switching to an interface of an application program after the application program is started on a desktop of the system).
  • the benchmark duration for interface switching may be duration, obtained by means of actual detection, manual setting or the like, for completing one time of interface switching in a state in which a terminal has just been started up and no unnecessary process is started.
  • the user may start up the terminal, for example, pressing an on/off control button of the terminal.
  • the terminal may obtain the benchmark duration for interface switching.
  • the benchmark duration for interface switching may be benchmark duration that is obtained by the terminal last time the user uses the terminal, or may be benchmark duration that is pre-stored in the terminal by a technician.
  • the benchmark duration for interface switching may be determined according to detected switching duration.
  • a processing process of step 101 may be as follows: detecting at least one time of interface switching that is within preset duration after startup; detecting switching duration of the at least one time of interface switching; and calculating an average value of the switching duration of the at least one time of interface switching, and using the average value as the benchmark duration for interface switching.
  • the terminal may start timing, and detect switching duration of at least one time of interface switching that is within preset duration after startup. Specifically, during the preset duration, when receiving an interface switching instruction, the terminal may obtain a time point (which may be referred to as a first time point) at which the interface switching instruction is received, and perform interface switching corresponding to the interface switching instruction.
  • the terminal may obtain a time point (which may be referred to as a second time point) at which the interface switching is completed.
  • the terminal may calculate a time difference (that is, switching duration) between the first time point and the second time point, and then store the switching duration.
  • the terminal may detect switching duration, and after the preset duration elapses, the terminal may stop detecting switching duration.
  • the terminal may calculate an average value of multiple pieces of switching duration obtained during the preset duration, and use the average value as the benchmark duration for interface switching.
  • switching duration of interface switching of different switching types may be detected.
  • the interface switching may include interface switching of a first switching type.
  • the processing process of the foregoing step may be as follows: detecting, during the preset duration from interface switching of the first switching type performed for the first time after startup, at least one time of interface switching of the first switching type; detecting switching duration of the at least one time of interface switching; and calculating an average value of the switching duration of the at least one time of interface switching of the first switching type within the preset duration, and using the average value as benchmark duration for interface switching of the first switching type.
  • a switching type of interface switching may be preset in the terminal.
  • the switching type may be: interface switching in a system (for example, switching from a desktop of the system to a setting interface of the system), may be interface switching in an application program (for example, switching from a chatting interface of WeChat to a contact interface of WeChat), or may be interface switching between a system and an application program (for example, switching to an interface of an application program after the application program is started on a desktop of the system).
  • the user may switch an interface on the terminal, and the terminal receives an interface switching instruction, and determines a switching type of interface switching corresponding to the detected interface switching instruction.
  • the terminal may detect, from the first time of interface switching of a switching type (that is, a first switching type), switching duration of each time of interface switching of the first switching type.
  • the terminal may detect switching duration of multiple times of interface switching of the first switching type.
  • t 0 is a start-up time
  • t 1 is a starting time point at which interface switching of the first switching type is performed for the first time
  • t 2 is a starting time point at which interface switching of the first switching type is performed for the second time
  • t n is a starting time point at which interface switching of the first switching type is performed for the n th time
  • T is the preset duration.
  • the terminal may stop detecting switching duration of interface switching of the first switching type, and calculate an average value (which may be referred to as a first average value) of switching duration that is detected during the preset duration, and use the first average value as benchmark duration for interface switching of the first switching type. For each preset switching type, the terminal may calculate benchmark duration, to determine benchmark duration for interface switching of each switching type.
  • benchmark duration for the first switching type that is obtained last time the terminal runs may be stored in the terminal.
  • the terminal may determine a difference between the first average value and the stored benchmark duration for the first switching type. If a ratio of the difference to the stored benchmark duration for the first switching type is greater than a preset threshold, the first average value is used as the benchmark duration for the first switching type, and if the ratio of the difference to the stored benchmark duration for the first switching type is not greater than the preset threshold, the benchmark duration for the first switching type may be maintained to be unchanged.
  • interface switching on the terminal may be classified into multiple switching types.
  • the processing process of step 101 may be as follows: obtaining benchmark duration for interface switching of at least one switching type.
  • benchmark duration of interface switching corresponding to the switching types may be pre-stored in the terminal. After startup, the terminal may obtain the benchmark duration for interface switching of the at least one switching type.
  • the benchmark duration may be benchmark duration obtained by the terminal last time the terminal is used, or may be benchmark durations pre-stored in the terminal by a technician.
  • Step 102 Determine, after interface switching, switching duration of the interface switching.
  • the terminal may switch a current interface according to the interface switching instruction, and determine switching duration of the current interface switching.
  • the switching duration may be a time difference between a time point at which the interface switching instruction is received and a time point at which the interface switching is completed.
  • a triggering condition for determining switching duration of interface switching may be set.
  • a processing process of step 102 may be as follows: detecting first interface switching during a preset period, and determining switching duration of the first interface switching; or after interface switching of a preset switching type, determining switching duration of the interface switching.
  • a detection period may be preset in the terminal, and during the preset period, the terminal may detect switching duration of interface switching. Specifically, during the preset period, when receiving an interface switching instruction for the first time, the terminal may start timing, until the terminal completes interface switching corresponding to the interface switching instruction, so as to obtain switching duration of the current interface switching. The terminal may determine only the switching duration of the first interface switching within the preset detection period.
  • the terminal may determine whether interface switching corresponding to the interface switching instruction is of a preset switching type. If the interface switching is of a preset switching type, the terminal may calculate switching duration of the current interface switching, and if the interface switching is not of a preset switching type, the terminal may only complete the interface switching, and skip calculating the switching duration of the current interface switching.
  • Step 103 Stop, according to a preset process priority, a process having a lower priority, if the switching duration is longer than the benchmark duration, and a difference between the switching duration and the benchmark duration is greater than a preset threshold.
  • a process priority may be preset in the terminal.
  • process running states may be classified into five types, which, in descending order of priorities, are a foreground process, a visible process, a service process, a background process, and an empty process respectively.
  • a correspondence between process priorities and the processes is shown in table 1 below.
  • the terminal may determine switching duration of the interface switching, and then the terminal may compare the switching duration and benchmark duration. If the switching duration is longer than the benchmark duration, the terminal may determine a difference between the switching duration and the benchmark duration, and then determine whether the difference is greater than a preset threshold.
  • the threshold may be specific duration, or may be a percentage. If determining that the difference between the switching duration and the benchmark duration is greater than the preset threshold, the terminal may select, according to the preset process priority, a process to be stopped from processes running locally, and stop the selected process.
  • the terminal may preferentially stop, among the processes running locally, empty processes having a lowest priority (that is, the process 1, the process 6, and the process 7), and after stopping all the empty processes, may stop a background process (that is, the process 9), and so on.
  • the terminal may not stop a process if the switching duration is shorter than the benchmark duration, or the difference between the switching duration and the benchmark duration is not greater than the preset threshold.
  • the terminal may continue detecting switching duration of interface switching, and if detected switching duration is longer than the benchmark duration, and a difference between the switching duration and the benchmark duration is greater than the preset threshold, the terminal continues to stop processes, and until detected switching duration is shorter than the benchmark duration, or a difference between the switching duration and the benchmark duration is less than the preset threshold, the terminal stops stopping processes.
  • a processing process of step 103 may be as follows: determining first benchmark duration corresponding to interface switching of at least one switching type; and stopping, according to a preset process priority, a process having a lower priority, if the switching duration is longer than the first benchmark duration, and a difference between the switching duration and the first benchmark duration is greater than a preset threshold.
  • the terminal may determine switching duration of the current interface switching, and may determine a switching type (which may be referred to as a switching type a) of the current interface switching, and then may search, in obtained benchmark duration for interface switching corresponding to each switching type, for benchmark duration (that is, first benchmark duration) corresponding to the switching type a.
  • a switching type which may be referred to as a switching type a
  • benchmark duration that is, first benchmark duration
  • the terminal may compare the current switching duration and the first benchmark duration, and if the current switching duration is longer than the first benchmark duration, the terminal may determine a difference between the current switching duration and the first benchmark duration, and then determine whether the difference is greater than the preset threshold. If determining that the difference between the current switching duration and the first benchmark duration is greater than the preset threshold, the terminal may stop, among processes running locally and according to the preset process priority, a process having a lower priority (for example, an empty process), and after stopping all empty processes, may stop a background process, and so on.
  • a process having a lower priority for example, an empty process
  • the preset threshold may be adjusted, and a corresponding processing process may be as follows: receiving a process stopping input, and obtaining switching duration of last interface switching prior to the stopping input; and if the switching duration of the last interface switching prior to the stopping input is longer than the benchmark duration, and a difference between the switching duration of the last interface switching prior to the stopping input and the benchmark duration is less than the preset threshold, reducing the preset threshold according to the switching duration and the benchmark duration.
  • the terminal may determine switching duration of the current interface switching, and if the switching duration is shorter than the benchmark duration, or a difference between the switching duration and the benchmark duration is less than a preset threshold, the terminal may store the switching duration, otherwise, skip storing the switching duration.
  • the user may desire a processing speed of the terminal to be faster.
  • the user may select, in a setting interface of the terminal, a process intended to be stopped, and click on a process stopping button, and the terminal receives the process stopping input, and then may stop the process selected by the user.
  • the terminal may further obtain switching duration of last interface switching prior to the stopping input, and if the switching duration is longer than the benchmark duration, and a difference between the switching duration and the benchmark duration is less than a preset threshold, the terminal may determine the difference between the switching duration and the benchmark duration, and reduce the preset threshold according to the difference.
  • the terminal may use the difference as the preset threshold, or may use a value between the difference and the preset threshold as the preset threshold.
  • the terminal obtains switching duration of 110 ms, where the benchmark duration is 100 ms, and the preset threshold is 20 ms, and the terminal may determine that a difference between the switching duration and the benchmark duration is 10 ms, and then may use 15 ms as the preset threshold.
  • benchmark duration for interface switching is obtained; after interface switching processing, switching duration of the interface switching processing is determined; and if the switching duration is longer than the benchmark duration, and a difference between the switching duration and the benchmark duration is greater than a preset threshold, a process having a lower priority is stopped according to a preset process priority.
  • a terminal can automatically perform process stopping processing, without the need of manually selecting, by a user, a process that needs to be stopped. Therefore, process management efficiency can be improved.
  • this example further provides a process management device 300, which can be used to execute the methods in Embodiment 1 and Example 1 of the present invention.
  • FIG. 3 shows a structure of the process management device 300 provided in this embodiment of the present invention.
  • the device may be a terminal device, including a mobile phone, a tablet computer, a PDA (Personal Digital Assistant, personal digital assistant), a POS (Point of Sales, point of sale), a vehicle-mounted computer, or the like.
  • a terminal device including a mobile phone, a tablet computer, a PDA (Personal Digital Assistant, personal digital assistant), a POS (Point of Sales, point of sale), a vehicle-mounted computer, or the like.
  • FIG. 3 shows a block diagram of a partial structure of a mobile phone 300 related to the device provided in this embodiment of the present invention. Referring to FIG.
  • the mobile phone 300 includes components such as an RF (Radio Frequency, radio frequency) circuit 310, a memory 320, an input apparatus 330, a display unit 340, a sensor 350, an audio circuit 360, a WiFi (wireless fidelity, wireless fidelity) module 370, a processor 380, and a power supply 390.
  • RF Radio Frequency, radio frequency
  • FIG. 3 the structure of the mobile phone shown in FIG. 3 is merely used as an example of an implementation manner, and does not limit the mobile phone.
  • the mobile phone may include more or fewer components than those shown in the figure, or combine some components, or have a different component arrangement.
  • the RF circuit 310 may be configured to receive and send signals during an information receiving and sending process or a call process. Particularly, the RF circuit 710 receives downlink information from a base station, then delivers the downlink information to the processor 380 for processing, and sends uplink data to the base station.
  • the RF circuit includes, but is not limited to an antenna, at least one amplifier, a transceiver, a coupler, an LNA (low noise amplifier, low noise amplifier), a duplexer, and the like.
  • the RF circuit 310 may also communicate with a network and another device by means of wireless communication.
  • the wireless communication may use any communications standard or protocol, including but not limited to: GSM (Global System of Mobile communication, Global System for Mobile Communications), GPRS (General Packet Radio Service, General Packet Radio Service), CDMA (Code Division Multiple Access, Code Division Multiple Access), WCDMA (Wideband Code Division Multiple Access, Wideband Code Division Multiple Access), LTE (Long Term Evolution, Long Term Evolution), e-mail, and SMS (Short Messaging Service, short message service).
  • GSM Global System of Mobile communication, Global System for Mobile Communications
  • GPRS General Packet Radio Service, General Packet Radio Service
  • CDMA Code Division Multiple Access, Code Division Multiple Access
  • WCDMA Wideband Code Division Multiple Access
  • LTE Long Term Evolution, Long Term Evolution
  • e-mail Long Term Evolution
  • SMS Short Messaging Service
  • the memory 320 may be configured to store a software program and module.
  • the processor 380 runs the software program and module stored in the memory 320, to implement various functional applications and data processing of the mobile phone 300.
  • the memory 320 may mainly include a program storage area and a data storage area.
  • the program storage area may store an operating system, an application program required by at least one function (such as a sound playback function and an image display function), and the like; and the data storage area may store data (such as audio data and a telephone directory) created according to use of the mobile phone 300, and the like.
  • the memory 320 may include a high-speed random access memory, and may also include a non-volatile memory such as at least one disk storage component, a flash memory component, or another volatile solid-state storage component.
  • the input unit 330 may be configured to receive input digit or character information, and generate keyboard signal input related to a user setting and function control of the mobile phone 300.
  • the input apparatus 330 may include a touch panel 331 and another input device 332.
  • the touch panel 331 also referred to as a touchscreen, may collect a touch operation of a user on or near the touch panel 331 (such as an operation of a user on the touch panel 331 or near the touch panel 331 by using any suitable object or accessory such as a finger or a stylus), and drive a corresponding connection apparatus according to a preset program.
  • the touch panel 331 may include two parts: a touch detection apparatus and a touch controller.
  • the touch detection apparatus detects a touch location of the user, detects a signal generated by the touch operation, and transfers the signal to the touch controller.
  • the touch controller receives touch information from the touch detection apparatus, converts the touch information into touch point coordinates, and then sends the touch point coordinates to the processor 380. Moreover, the touch controller can receive and execute a command sent from the processor 380.
  • the touch panel 331 may be a resistive, capacitive, infrared, or surface sound wave type touch panel.
  • the input apparatus 330 may further include the another input device 332.
  • the another input device 332 may include, but is not limited to, one or more of a physical keyboard, a functional key (such as a volume control key or a switch key), a trackball, a mouse, and a joystick.
  • the display unit 340 may be configured to display information input by the user or information provided for the user, and various menus of the mobile phone 300.
  • the display unit 340 may include a display panel 341.
  • the display panel 341 may be configured by using an LCD (Liquid Crystal Display, liquid crystal display), an OLED (Organic Light-Emitting Diode, organic light-emitting diode), or the like.
  • the touch panel 331 may cover the display panel 341. After detecting a touch operation on or near the touch panel 331, the touch panel 331 transfers the touch operation to the processor 380, so as to determine the type of the touch event. Then, the processor 380 provides a corresponding visual output on the display panel 341 according to the type of the touch event.
  • the touch panel 331 and the display panel 341 are used as two separate components to implement input and output functions of the mobile phone 300, in some embodiments, the touch panel 331 and the display panel 341 may be integrated to implement the input and output functions of the mobile phone 300.
  • the mobile phone 300 may further include at least one sensor 350, such as an optical sensor, a motion sensor, and other sensors.
  • the optical sensor may include an ambient light sensor and a proximity sensor.
  • the ambient light sensor may adjust luminance of the display panel 341 according to brightness of the ambient light.
  • the proximity sensor may switch off the display panel 341 and/or backlight when the mobile phone 300 is moved to the ear.
  • an acceleration sensor can detect magnitude of accelerations in various directions (generally on three axes), can detect magnitude and a direction of the gravity when static, and may be applied to an application that recognizes the attitude of the mobile phone (for example, switching between landscape orientation and portrait orientation, a related game, and magnetometer attitude calibration), a function related to vibration recognition (such as a pedometer and a knock), and the like.
  • attitude of the mobile phone for example, switching between landscape orientation and portrait orientation, a related game, and magnetometer attitude calibration
  • a function related to vibration recognition such as a pedometer and a knock
  • other sensors such as a gyroscope, a barometer, a hygrometer, a thermometer, and an infrared sensor that may be further configured in the mobile phone 300, details are not described herein again.
  • the audio circuit 360, a speaker 361, and a microphone 362 may provide audio interfaces between the user and the mobile phone 300.
  • the audio circuit 360 may convert received audio data into an electric signal and transmit the electric signal to the speaker 361.
  • the speaker 361 converts the electric signal into a sound signal for output.
  • the microphone 362 converts a collected sound signal into an electric signal.
  • the audio circuit 360 receives the electric signal and converts the electric signal into audio data, and outputs the audio data to the processor 380 for processing. Then, the processor 380 sends the audio data to, for example, another mobile phone by using the RF circuit 310, or outputs the audio data to the memory 320 for further processing.
  • WiFi belongs to a short distance wireless transmission technology.
  • the mobile phone 300 may help, by using the WiFi module 370, the user to receive and send e-mails, browse a webpage, access streaming media, and so on, which provides wireless broadband Internet access for the user.
  • FIG. 3 shows the WiFi module 370, it may be understood that the WiFi module 370 is not a necessary component of the mobile phone 300, and when required, the WiFi module 370 may be omitted as long as the scope of the essence of the present invention is not changed.
  • the processor 380 is a control center of the mobile phone 300, and is connected to various parts of the whole mobile phone by using various interfaces and lines.
  • the processor 880 By running or executing the software program and/or the module stored in the memory 320, and invoking the data stored in the memory 320, the processor 880 performs various functions and data processing of the mobile phone 300, thereby performing overall monitoring on the mobile phone.
  • the processor 380 may include one or more processing units.
  • the processor 380 may be integrated with an application processor and a modem processor.
  • the application processor mainly processes an operating system, a user interface, an application program, and the like.
  • the modem processor mainly processes wireless communication. It may be understood that the foregoing modem processor may be not integrated into the processor 380.
  • the mobile phone 300 further includes the power supply 390 (such as a battery) for supplying power to the components.
  • the power supply may be logically connected to the processor 380 by using a power management system, thereby implementing functions such as charging, discharging and power consumption management by using the power management system.
  • the mobile phone 300 may further include a camera, a Bluetooth module, and the like, which are not further described herein.
  • the processor 380 and the input apparatus 330 included in the device have the following functions:
  • the processor 380 is configured to:
  • the processor 380 is configured to: obtain benchmark duration for interface switching of at least one switching type.
  • the processor 380 is configured to:
  • the processor 380 is configured to:
  • the input apparatus 330 is configured to receive a process stopping input; and the processor 380 is configured to:
  • benchmark duration for interface switching is obtained; after interface switching processing, switching duration of the interface switching processing is determined; and if the switching duration is longer than the benchmark duration, and a difference between the switching duration and the benchmark duration is greater than a preset threshold, a process having a lower priority is stopped according to a preset process priority.
  • a terminal can automatically perform process stopping processing, without the need of manually selecting, by a user, a process that needs to be stopped Therefore, process management efficiency can be improved.
  • an embodiment of the present invention further provides a process management apparatus 400.
  • the apparatus 400 includes:
  • the obtaining module 410 is configured to:
  • the obtaining module 410 is configured to:
  • the apparatus further includes an adjustment module, configured to:
  • benchmark duration for interface switching is obtained; after interface switching, switching duration of the interface switching is determined; and if the switching duration is longer than the benchmark duration, and a difference between the switching duration and the benchmark duration is greater than a preset threshold, a process having a lower priority is stopped according to a preset process priority.
  • a terminal can automatically perform process stopping processing, without the need of manually selecting, by a user, a process that needs to be stopped. Therefore, process management efficiency can be improved.
  • process management apparatus when the process management apparatus provided in the foregoing embodiment manages a process, division of the foregoing functional modules is merely used as an example for description. In an actual application, the foregoing functions can be allocated to and completed by different modules according to a requirement, that is, an inner structure of a device is divided into different function modules to implement all or some of the functions described above.
  • process management apparatus provided in the foregoing embodiment and the process management method embodiment share a same conception, and for a specific implementation process thereof, refer to the method embodiment, and details are not described herein again.
  • the program may be stored in a computer-readable storage medium.
  • the storage medium may include: a read-only memory, a magnetic disk, or an optical disc.

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Telephone Function (AREA)
  • User Interface Of Digital Computer (AREA)

Claims (8)

  1. Procédé de gestion de processus, comprenant :
    l'obtention (101) d'une durée de référence pour une commutation d'interface, dans lequel la commutation d'interface comprend la commutation d'une interface présentement affichée sur un terminal sur une autre interface ;
    la détermination (102), après une commutation d'interface, d'une durée de commutation de la commutation d'interface ; et
    l'arrêt (103), conformément à une priorité de processus prédéfinie, d'un processus d'une priorité inférieure, quand la durée de commutation est plus longue que la durée de référence, et une différence entre la durée de commutation et la durée de référence est supérieure à un seuil prédéfini.
  2. Procédé selon la revendication 1, dans lequel l'obtention (101) de la durée de référence pour la commutation d'interface comprend :
    la détection d'au moins un temps de commutation d'interface compris en deçà d'une durée prédéfinie après le démarrage ;
    la détection d'une durée de commutation de l'au moins un temps de commutation d'interface ;
    le calcul d'une valeur moyenne de la durée de commutation de l'au moins un temps de commutation d'interface ; et
    l'utilisation de la valeur moyenne comme durée de référence pour la commutation d'interface.
  3. Procédé selon la revendication 1, dans lequel la détermination (102), après la commutation d'interface, de la durée de commutation de la commutation d'interface comprend :
    la détection d'une première commutation d'interface durant une période prédéfinie, et la détermination d'une durée de commutation de la première commutation d'interface ; ou
    après la commutation d'interface d'un type de commutation prédéfini, la détermination d'une durée de commutation de la commutation d'interface.
  4. Procédé selon la revendication 1, comprenant :
    l'ajustement du seuil prédéfini, l'ajustement du seuil prédéfini comprenant :
    la réception d'une entrée d'arrêt de processus, et l'obtention d'une durée de commutation d'une dernière commutation d'interface avant l'entrée d'arrêt ; et
    si la durée de commutation de la dernière commutation d'interface avant l'entrée d'arrêt est plus longue que la durée de référence, et une différence entre la durée de commutation de la dernière commutation d'interface avant l'entrée d'arrêt et la durée de référence est inférieure au seuil prédéfini, la réduction du seuil prédéfini conformément à la durée de commutation et la durée de référence.
  5. Appareil de gestion de processus (400), comprenant :
    un module d'obtention (410), configuré pour obtenir une durée de référence pour une commutation d'interface,
    dans lequel la commutation d'interface comprend la commutation d'une interface présentement affichée sur un terminal sur une autre interface ;
    un module de détermination (420), configuré pour déterminer, après une commutation d'interface, une durée de commutation de la commutation d'interface ; et
    un module de gestion (430), configuré pour, conformément à une priorité de processus prédéfinie, un processus ayant une priorité inférieure, quand la durée de commutation est plus longue que la durée de référence, et une différence entre la durée de commutation et la durée de référence est supérieure à un seuil prédéfini.
  6. Appareil (400) selon la revendication 5, dans lequel le module d'obtention (410) est configuré pour :
    détecter au moins un temps de commutation d'interface compris en deçà d'une durée prédéfinie après le démarrage ;
    détecter une durée de commutation de l'au moins un temps de commutation d'interface ;
    calculer une valeur moyenne de la durée de commutation de l'au moins un temps de commutation d'interface ; et
    utiliser la valeur moyenne comme durée de référence pour la commutation d'interface.
  7. Appareil (400) selon la revendication 5, dans lequel le module de détermination (420) est configuré pour :
    détecter une première commutation d'interface durant une période prédéfinie, et déterminer une durée de commutation de la première commutation d'interface ; ou
    après une commutation d'interface d'un type de commutation prédéfini, déterminer une durée de commutation de la commutation d'interface.
  8. Appareil (400) selon la revendication 5, comprenant en outre :
    un module d'ajustement, configuré pour :
    recevoir une entrée d'arrêt de processus, et obtenir une durée de commutation d'une dernière commutation d'interface avant l'entrée d'arrêt ; et
    si la durée de commutation de la dernière commutation d'interface avant l'entrée d'arrêt est plus longue que la durée de référence, et une différence entre la durée de commutation de la dernière commutation d'interface avant l'entrée d'arrêt et la durée de référence est inférieure au seuil prédéfini, réduire le seuil prédéfini conformément à la durée de commutation et la durée de référence.
EP15888770.3A 2015-04-14 2015-04-14 Procédé de gestion de processus, appareil et dispositif Active EP3255543B1 (fr)

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/CN2015/076534 WO2016165065A1 (fr) 2015-04-14 2015-04-14 Procédé de gestion de processus, appareil et dispositif

Publications (3)

Publication Number Publication Date
EP3255543A1 EP3255543A1 (fr) 2017-12-13
EP3255543A4 EP3255543A4 (fr) 2018-04-04
EP3255543B1 true EP3255543B1 (fr) 2019-06-05

Family

ID=57125519

Family Applications (1)

Application Number Title Priority Date Filing Date
EP15888770.3A Active EP3255543B1 (fr) 2015-04-14 2015-04-14 Procédé de gestion de processus, appareil et dispositif

Country Status (6)

Country Link
US (1) US10514950B2 (fr)
EP (1) EP3255543B1 (fr)
JP (1) JP6445718B2 (fr)
KR (1) KR101968106B1 (fr)
CN (1) CN107003902B (fr)
WO (1) WO2016165065A1 (fr)

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP2538327A1 (fr) * 2011-06-16 2012-12-26 Samsung Electronics Co., Ltd. Arrêt adaptatif et politique de prélancement pour améliorer le temps de lancement d'application

Family Cites Families (72)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5179702A (en) * 1989-12-29 1993-01-12 Supercomputer Systems Limited Partnership System and method for controlling a highly parallel multiprocessor using an anarchy based scheduler for parallel execution thread scheduling
JP3823468B2 (ja) * 1997-08-29 2006-09-20 ソニー株式会社 データ処理方法、記録媒体及びデータ処理装置
US6065114A (en) * 1998-04-21 2000-05-16 Idea Corporation Cover instruction and asynchronous backing store switch
US6005575A (en) * 1998-03-23 1999-12-21 Microsoft Corporation Foreground window determination through process and thread initialization
US6219783B1 (en) * 1998-04-21 2001-04-17 Idea Corporation Method and apparatus for executing a flush RS instruction to synchronize a register stack with instructions executed by a processor
US6105102A (en) * 1998-10-16 2000-08-15 Advanced Micro Devices, Inc. Mechanism for minimizing overhead usage of a host system by polling for subsequent interrupts after service of a prior interrupt
US6910210B1 (en) * 1998-11-24 2005-06-21 Microsoft Corp. System and method for terminating applications
JP2000284976A (ja) * 1999-03-31 2000-10-13 Nec Corp Cpu負荷制御方法およびcpu負荷制御装置
US6477558B1 (en) * 1999-05-17 2002-11-05 Schlumberger Resource Management Systems, Inc. System for performing load management
US7603448B2 (en) * 2000-12-15 2009-10-13 Wind River Systems, Inc. System and method for managing client processes
JP2005031771A (ja) * 2003-07-08 2005-02-03 Hitachi Ltd ジョブスケジューリング管理方法及びシステム並びにプログラム
JP3953449B2 (ja) * 2003-08-26 2007-08-08 富士通株式会社 タスク管理プログラムおよびタスク制御装置
JP2005316764A (ja) * 2004-04-28 2005-11-10 Toshiba Corp 情報処理装置および同装置のシステム制御方法
US20060085787A1 (en) * 2004-09-15 2006-04-20 Nokia Corporation Method for providing a rapid response to an application launch request
JP4367856B2 (ja) * 2005-07-07 2009-11-18 レノボ シンガポール プライヴェート リミテッド プロセス制御システム及びその制御方法
JP2007026309A (ja) 2005-07-20 2007-02-01 Fuji Xerox Co Ltd 画像形成装置及びその制御方法
KR100727949B1 (ko) * 2005-07-20 2007-06-13 삼성전자주식회사 애플리케이션 동작 제어 방법 및 장치
DE102005048037A1 (de) * 2005-10-07 2007-04-12 Robert Bosch Gmbh Verfahren zur Steuerung/Regelung wenigstens einer Task
US8010963B2 (en) * 2005-12-01 2011-08-30 International Business Machines Corporation Method, apparatus and program storage device for providing light weight system calls to improve user mode performance
US8079035B2 (en) * 2005-12-27 2011-12-13 Intel Corporation Data structure and management techniques for local user-level thread data
US20090320034A1 (en) * 2006-03-27 2009-12-24 Takanobu Tsunoda Data processing apparatus
US8141087B2 (en) * 2006-03-31 2012-03-20 International Business Machines Corporation Resolving computing resource deadlocks based on priority and dependent processes
US20080168130A1 (en) * 2007-01-09 2008-07-10 Wen-Tzer Thomas Chen Method and system for determining whether to send a synchronous or asynchronous resource request
US20080165800A1 (en) * 2007-01-09 2008-07-10 Chen Wen-Tzer T Method and apparatus to provide dynamic cost of context switch to application for performance optimization
WO2008091008A1 (fr) * 2007-01-26 2008-07-31 Kyocera Corporation Dispositif électronique et procédé de commande du dispositif électronique
JP5018133B2 (ja) * 2007-02-27 2012-09-05 富士通株式会社 ジョブ管理装置、クラスタシステム、およびジョブ管理プログラム
JP4370336B2 (ja) * 2007-03-09 2009-11-25 株式会社日立製作所 低消費電力ジョブ管理方法及び計算機システム
US8139755B2 (en) * 2007-03-27 2012-03-20 Convergys Cmg Utah, Inc. System and method for the automatic selection of interfaces
US7926035B2 (en) * 2007-04-24 2011-04-12 Microsoft Corporation Testing multi-thread software using prioritized context switch limits
DE602007013008D1 (de) * 2007-05-07 2011-04-21 Software Ag Verfahren und Server zur Synchronisierung einer Vielzahl von auf eine Datenbank zugreifenden Clients
US8185906B2 (en) * 2007-05-23 2012-05-22 Sap Ag Method and apparatus for dynamically adjusting thread pool
US8205208B2 (en) * 2007-07-24 2012-06-19 Internaitonal Business Machines Corporation Scheduling grid jobs using dynamic grid scheduling policy
US8261284B2 (en) * 2007-09-13 2012-09-04 Microsoft Corporation Fast context switching using virtual cpus
TW200915062A (en) * 2007-09-20 2009-04-01 Promos Technologies Inc Method for managing application programs by utilizing redundancy and load balance
US8510743B2 (en) * 2007-10-31 2013-08-13 Google Inc. Terminating computer applications
EP2302516B1 (fr) * 2008-05-13 2012-07-18 dspace digital signal processing and control engineering GmbH Procédé d'exécution de tâches destinée au calcul d'un signal devant être simulé en temps réel
US8566285B2 (en) * 2008-05-28 2013-10-22 International Business Machines Corporation Method and system for scheduling and controlling backups in a computer system
US20110055841A1 (en) * 2008-06-24 2011-03-03 Yuuki Senno Access control apparatus, access control program, and access control method
TW201009713A (en) * 2008-08-21 2010-03-01 Ind Tech Res Inst Multitasking processor and task switch method thereof
US8589946B2 (en) * 2008-09-08 2013-11-19 International Business Machines Corporation Prevention of browser timeout
US9390130B2 (en) * 2008-12-12 2016-07-12 Hewlett Packard Enterprise Development Lp Workload management in a parallel database system
US8640133B2 (en) * 2008-12-19 2014-01-28 International Business Machines Corporation Equal duration and equal fetch operations sub-context switch interval based fetch operation scheduling utilizing fetch error rate based logic for switching between plurality of sorting algorithms
US8234648B1 (en) * 2008-12-22 2012-07-31 Emc Corporation Managing threads in displaying data storage system information
US8392596B2 (en) * 2009-05-26 2013-03-05 Red Hat Israel, Ltd. Methods for detecting and handling video and video-like content in remote display system
JP5441626B2 (ja) * 2009-11-06 2014-03-12 日立オートモティブシステムズ株式会社 車載用マルチアプリ実行装置
KR101651202B1 (ko) * 2009-12-21 2016-08-26 삼성전자주식회사 가상화 장치 및 가상화 장치의 동작 방법
US8365187B2 (en) * 2010-02-22 2013-01-29 Juniper Networks, Inc. Analysis of short term CPU spikes in an operating system kernel
CN101859261B (zh) 2010-06-09 2015-05-13 中兴通讯股份有限公司 一种释放内存的控制方法及控制设备
CN102567113A (zh) * 2010-12-13 2012-07-11 盛乐信息技术(上海)有限公司 前台程序的调配系统及实现方法
KR20120077265A (ko) * 2010-12-30 2012-07-10 주식회사 팬택 이동 단말기 및 이동 단말기의 제어 방법
KR101841590B1 (ko) * 2011-06-03 2018-03-23 삼성전자 주식회사 멀티태스킹 인터페이스 제공 방법 및 장치
US9558034B2 (en) * 2011-07-19 2017-01-31 Elwha Llc Entitlement vector for managing resource allocation
DE112012004370T5 (de) * 2011-10-19 2014-07-03 International Business Machines Corp. Umschalten zwischen Anwendungen in einem grafischen Betriebssystem
CN102495761A (zh) * 2011-11-11 2012-06-13 中兴通讯股份有限公司 应用关闭方法及装置
KR102006470B1 (ko) * 2011-12-28 2019-08-02 삼성전자 주식회사 사용자 디바이스에서 멀티태스킹 운용 방법 및 장치
US20140007106A1 (en) * 2012-07-02 2014-01-02 Arnold S. Weksler Display and Terminate Running Applications
US9286131B2 (en) * 2012-11-14 2016-03-15 Red Hat Israel, Ltd. Processor unplug in virtualized computer system
US9250958B2 (en) * 2012-11-19 2016-02-02 Qualcomm Innovation Center, Inc. System, method, and apparatus for improving application-launch latencies
CN103914322A (zh) * 2013-01-05 2014-07-09 腾讯科技(深圳)有限公司 终端加速方法及终端
US8924990B2 (en) * 2013-01-31 2014-12-30 Red Hat, Inc. Providing operation system history
US9430280B1 (en) * 2013-02-11 2016-08-30 Amazon Technologies, Inc. Task timeouts based on input data characteristics
KR102083316B1 (ko) * 2013-04-24 2020-04-14 삼성전자주식회사 사용자 디바이스의 메모리 관리 방법 및 장치
CN103500121A (zh) 2013-09-29 2014-01-08 深圳Tcl新技术有限公司 一种进程管理方法及装置
CN103631661B (zh) * 2013-11-27 2017-04-05 青岛海信电器股份有限公司 一种内存管理方法和装置
CN103810106A (zh) * 2014-03-06 2014-05-21 安一恒通(北京)科技有限公司 一种测试界面流畅度的方法和装置
US9632824B2 (en) * 2014-05-30 2017-04-25 Genesys Telecommunications Laboratories, Inc. System and method for application inactivity control
US10552179B2 (en) * 2014-05-30 2020-02-04 Apple Inc. Resource management with dynamic resource policies
CN104199669B (zh) * 2014-09-12 2017-12-15 北京奇虎科技有限公司 对应用程序的进程进行管理的方法及装置
CN104199731B (zh) * 2014-09-12 2018-02-06 北京奇虎科技有限公司 对应用程序的进程进行管理的方法及装置
CN104375880B (zh) * 2014-09-18 2016-04-06 腾讯科技(深圳)有限公司 内存释放方法及装置
CN104317373B (zh) * 2014-10-21 2019-02-05 北京奇虎科技有限公司 一种移动终端降温的方法和装置
CN104375624B (zh) * 2014-12-11 2017-04-26 深圳市奇虎智能科技有限公司 移动终端及其省电建议方法

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP2538327A1 (fr) * 2011-06-16 2012-12-26 Samsung Electronics Co., Ltd. Arrêt adaptatif et politique de prélancement pour améliorer le temps de lancement d'application

Also Published As

Publication number Publication date
US20180129530A1 (en) 2018-05-10
EP3255543A1 (fr) 2017-12-13
KR20170125892A (ko) 2017-11-15
CN107003902A (zh) 2017-08-01
EP3255543A4 (fr) 2018-04-04
JP6445718B2 (ja) 2018-12-26
JP2018514033A (ja) 2018-05-31
US10514950B2 (en) 2019-12-24
KR101968106B1 (ko) 2019-04-11
CN107003902B (zh) 2021-01-01
WO2016165065A1 (fr) 2016-10-20

Similar Documents

Publication Publication Date Title
US11416061B2 (en) Terminal control method and apparatus, and terminal
US10635449B2 (en) Method and apparatus for running game client
EP3647926A1 (fr) Terminal mobile et procédé de commande d'écran divisé de celui-ci, et support de stockage lisible par ordinateur
US20170315777A1 (en) Method, terminal, and storage medium for starting voice input function of terminal
US10719351B2 (en) Method for controlling states of processes and related device
US20220159777A1 (en) Method for network control and related products
CN107066268B (zh) 微件应用的显示位置切换方法及装置
US10942644B2 (en) Method for sliding response acceleration and related products
US9998579B2 (en) Method, apparatus, and system for displaying message in mobile terminal
US20170097725A1 (en) Device and method for starting mobile terminal application and mobile terminal
EP3663925A1 (fr) Procédé de traitement d'anomalie d'affichage de rafraîchissement et terminal
CN109086101B (zh) 终端应用软件启动方法、终端及计算机可读存储介质
CN103197944B (zh) 一种应用程序的进程的性能确定方法和计算机系统
US11150913B2 (en) Method, device, and terminal for accelerating startup of application
CN108170362B (zh) 一种应用运行状态控制方法及移动终端
CN106776041B (zh) 一种数据处理方法及装置
EP3255543B1 (fr) Procédé de gestion de processus, appareil et dispositif
CN111654578B (zh) 一种移动终端传感器还原方法
CN109995441B (zh) 通讯信息处理的方法、装置及存储介质
US20140310711A1 (en) Method for determining performance of process of application and computer system
CN117112045A (zh) 一种应用程序启动方法、装置、电子设备和存储介质
CN115562536A (zh) 显示方法、智能终端及存储介质

Legal Events

Date Code Title Description
STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: THE INTERNATIONAL PUBLICATION HAS BEEN MADE

PUAI Public reference made under article 153(3) epc to a published international application that has entered the european phase

Free format text: ORIGINAL CODE: 0009012

STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: REQUEST FOR EXAMINATION WAS MADE

17P Request for examination filed

Effective date: 20170908

AK Designated contracting states

Kind code of ref document: A1

Designated state(s): AL AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HR HU IE IS IT LI LT LU LV MC MK MT NL NO PL PT RO RS SE SI SK SM TR

AX Request for extension of the european patent

Extension state: BA ME

A4 Supplementary search report drawn up and despatched

Effective date: 20180302

RIC1 Information provided on ipc code assigned before grant

Ipc: G06F 9/48 20060101AFI20180226BHEP

DAV Request for validation of the european patent (deleted)
DAX Request for extension of the european patent (deleted)
GRAP Despatch of communication of intention to grant a patent

Free format text: ORIGINAL CODE: EPIDOSNIGR1

STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: GRANT OF PATENT IS INTENDED

INTG Intention to grant announced

Effective date: 20181109

GRAS Grant fee paid

Free format text: ORIGINAL CODE: EPIDOSNIGR3

GRAA (expected) grant

Free format text: ORIGINAL CODE: 0009210

STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: THE PATENT HAS BEEN GRANTED

AK Designated contracting states

Kind code of ref document: B1

Designated state(s): AL AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HR HU IE IS IT LI LT LU LV MC MK MT NL NO PL PT RO RS SE SI SK SM TR

REG Reference to a national code

Ref country code: GB

Ref legal event code: FG4D

REG Reference to a national code

Ref country code: CH

Ref legal event code: EP

REG Reference to a national code

Ref country code: AT

Ref legal event code: REF

Ref document number: 1140688

Country of ref document: AT

Kind code of ref document: T

Effective date: 20190615

REG Reference to a national code

Ref country code: IE

Ref legal event code: FG4D

REG Reference to a national code

Ref country code: DE

Ref legal event code: R096

Ref document number: 602015031589

Country of ref document: DE

REG Reference to a national code

Ref country code: NL

Ref legal event code: MP

Effective date: 20190605

REG Reference to a national code

Ref country code: LT

Ref legal event code: MG4D

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: HR

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20190605

Ref country code: SE

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20190605

Ref country code: ES

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20190605

Ref country code: LT

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20190605

Ref country code: NO

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20190905

Ref country code: FI

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20190605

Ref country code: AL

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20190605

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: LV

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20190605

Ref country code: BG

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20190905

Ref country code: GR

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20190906

Ref country code: RS

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20190605

REG Reference to a national code

Ref country code: AT

Ref legal event code: MK05

Ref document number: 1140688

Country of ref document: AT

Kind code of ref document: T

Effective date: 20190605

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: PT

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20191007

Ref country code: NL

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20190605

Ref country code: RO

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20190605

Ref country code: CZ

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20190605

Ref country code: AT

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20190605

Ref country code: EE

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20190605

Ref country code: SK

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20190605

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: IT

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20190605

Ref country code: SM

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20190605

Ref country code: IS

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20191005

REG Reference to a national code

Ref country code: DE

Ref legal event code: R097

Ref document number: 602015031589

Country of ref document: DE

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: TR

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20190605

PLBE No opposition filed within time limit

Free format text: ORIGINAL CODE: 0009261

STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: NO OPPOSITION FILED WITHIN TIME LIMIT

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: DK

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20190605

Ref country code: PL

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20190605

26N No opposition filed

Effective date: 20200306

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: SI

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20190605

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: MC

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20190605

REG Reference to a national code

Ref country code: CH

Ref legal event code: PL

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: LI

Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES

Effective date: 20200430

Ref country code: LU

Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES

Effective date: 20200414

Ref country code: CH

Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES

Effective date: 20200430

REG Reference to a national code

Ref country code: BE

Ref legal event code: MM

Effective date: 20200430

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: BE

Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES

Effective date: 20200430

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: IE

Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES

Effective date: 20200414

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: MT

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20190605

Ref country code: CY

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20190605

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: MK

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20190605

PGFP Annual fee paid to national office [announced via postgrant information from national office to epo]

Ref country code: FR

Payment date: 20230309

Year of fee payment: 9

PGFP Annual fee paid to national office [announced via postgrant information from national office to epo]

Ref country code: DE

Payment date: 20230307

Year of fee payment: 9

PGFP Annual fee paid to national office [announced via postgrant information from national office to epo]

Ref country code: GB

Payment date: 20240229

Year of fee payment: 10