CN109284196B - Message processing method and electronic device - Google Patents

Message processing method and electronic device Download PDF

Info

Publication number
CN109284196B
CN109284196B CN201811157515.7A CN201811157515A CN109284196B CN 109284196 B CN109284196 B CN 109284196B CN 201811157515 A CN201811157515 A CN 201811157515A CN 109284196 B CN109284196 B CN 109284196B
Authority
CN
China
Prior art keywords
message
logic value
processing
control variable
logical value
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.)
Expired - Fee Related
Application number
CN201811157515.7A
Other languages
Chinese (zh)
Other versions
CN109284196A (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.)
Guangdong Oppo Mobile Telecommunications Corp Ltd
Original Assignee
Guangdong Oppo Mobile Telecommunications Corp 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 Guangdong Oppo Mobile Telecommunications Corp Ltd filed Critical Guangdong Oppo Mobile Telecommunications Corp Ltd
Priority to CN201811157515.7A priority Critical patent/CN109284196B/en
Publication of CN109284196A publication Critical patent/CN109284196A/en
Application granted granted Critical
Publication of CN109284196B publication Critical patent/CN109284196B/en
Expired - Fee Related 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/54Interprogram communication
    • G06F9/546Message passing systems or structures, e.g. queues
    • 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/54Interprogram communication
    • G06F9/542Event management; Broadcasting; Multicasting; Notifications

Landscapes

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

Abstract

The embodiment of the application provides a message processing method and an electronic device, and relates to the technical field of mobile terminals, wherein the method comprises the following steps: the method comprises the steps of giving a first logic value to a control variable set in an application, changing the logic value of the control variable into a second logic value if the type of a message is determined to be a preset type and the message processing mode is a first mode when the message processing of the application is detected, reading the current logic value of the control variable if the message is not processed when the set time for processing the preset type of the message is reached, and not triggering and sending overtime prompt information for message processing if the current logic value is the second logic value. The application can reduce the influence on the normal operation of the application.

Description

Message processing method and electronic device
Technical Field
The present application relates to the field of mobile terminal technologies, and in particular, to a message processing method and an electronic device.
Background
In android systems, the broadcast mechanism is a technique used to perform cross-process communication. When the system sends the broadcast, the broadcast is sent to the APP (application), the APP sends the broadcast to the message queue, then the message in front of the broadcast of the message queue is processed, the broadcast is processed again, the processing result is fed back to the system, if the waiting time set in the system is up, the APP does not process the broadcast, the system considers that the APP has a problem, and the APP is reported to have no response.
In the prior art, when broadcasting is processed, a system interface is called to process, but the feedback result of processing the APP is interrupted, so that when the set waiting time is up, the result that the APP is reported without response is directly caused, and the normal operation of the APP is influenced.
Disclosure of Invention
The embodiment of the application provides a message processing method and an electronic device, which can solve the problem that the application cannot normally run due to unnecessary overtime prompt information sending because a variable is added, the logic value of the variable is set according to the process of applying to process a message, and when the processed message is overtime, whether the overtime prompt information is triggered to be sent is confirmed according to the current logic value of the variable.
An aspect of the present application provides a message processing method, including:
assigning a first logical value to a control variable set in an application;
when the application processing message is detected, if the type of the message is determined to be a preset type and the message processing mode is a first mode, changing the logic value of the control variable into a second logic value;
when the set duration for processing the preset type of message is reached, if the message is not processed completely, reading the current logic value of the control variable;
and if the current logic value is the second logic value, not triggering and sending the overtime prompt information of the message processing.
An aspect of an embodiment of the present application further provides an electronic apparatus, including:
the setting module is used for endowing a first logic value to a control variable set in the application;
the setting module is further configured to, when it is detected that the application processes the message, change the logical value of the control variable to a second logical value if it is determined that the type of the message is a preset type and the manner of processing the message is a first manner;
the reading module is used for reading the current logic value of the control variable if the message is not processed when the set time for processing the preset type of message is reached;
and the processing module is used for not triggering and sending the overtime prompt information of the message processing if the current logic value is the second logic value.
An aspect of an embodiment of the present application further provides an electronic apparatus, including: the message processing system comprises a memory, a processor and a computer program which is stored on the memory and can run on the processor, wherein the processor executes the computer program to realize the message processing method.
An aspect of the embodiments of the present application further provides a computer-readable storage medium, on which a computer program is stored, and when the computer program is executed by a processor, the computer program implements the message processing method as described above.
In the above embodiments, a control variable is set in an APP, and a first logical value of the control variable is given, if it is detected that the APP processes a preset type of message according to a first manner, the first logical value of the control variable is changed to a second logical value, when the set duration for processing the message is reached, the message is not processed yet, the current logical value of the control variable is read, and if the current logical value of the control variable is the second logical value, the processing timeout of the message is ignored, and the sending of the timeout prompt message is not triggered, so that the APP runs more smoothly, and the user experience is improved.
Drawings
Fig. 1 is a schematic flowchart of a message processing method according to an embodiment of the present application;
fig. 2 is a schematic flowchart of a message processing method according to another embodiment of the present application;
fig. 3 is a schematic structural diagram of an electronic device according to an embodiment of the present application;
fig. 4 is a schematic structural diagram of an electronic device according to another embodiment of the present application;
fig. 5 is a schematic diagram of a hardware structure of an electronic device according to an embodiment of the present disclosure.
Detailed Description
In order to make the objects, features and advantages of the present invention more apparent and understandable, the technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the accompanying drawings in the embodiments of the present application, and it is apparent that the described embodiments are only a part of the embodiments of the present application, and not all the embodiments of the present application. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
Please refer to fig. 1, which is a flowchart illustrating a message processing method according to an embodiment of the present application. The method can be applied to an electronic device, and the electronic device can be a mobile terminal such as a mobile phone, a tablet computer and wearable equipment. The method comprises the following steps:
101. assigning a first logical value to a control variable set in an application;
a control variable is set in the APP and is used for controlling the timeout prompt information of message processing sent or not sent in the system. The control variable is a boolean variable, and the timeout indication information may specifically be an Application No Response (ANR).
Setting the logic value of the control variable to a first logic value, where the first logic value may be false or tune, and when the application is started, the initial logic value of the control variable is the first logic value.
102. When the application processing message is detected, if the type of the message is determined to be a preset type and the mode for processing the message is a first mode, changing the logic value of the control variable into a second logic value;
and after receiving the message, the application starts processing, detects whether the type of the message is a preset type or not, and whether the mode of processing the message by the application is a first mode or not, and if the type of the message is the preset type and the mode of processing the message is the first mode, changes the logic value of the control variable from a first logic value to a second logic value.
If the type of the message is not the preset type, or the manner of processing the message is not the first manner, the logic value of the control variable is not changed, that is, the logic value of the control variable is maintained as the first logic value.
The second logic value is a logic value different from the first logic value, and if the first logic value is false, the second logic value is true; if the first logic value is false, the second logic value is true.
103. When the set duration for processing the preset type of message is reached, if the message is not processed, reading the current logic value of the control variable;
the APP is provided with a message processing time length which is an overtime time length and is a specified time length for processing the message, and the set time length is not exceeded from the beginning of processing the message to the end of processing the message. The corresponding set time lengths of different types of messages are also different.
When the preset type of message begins to be processed, the APP records the starting time, and when the set time length is reached, if the message is not processed yet, the processing time length of the message is indicated to be overtime, the current logic value of the control variable is read through the added corresponding interface for reading the control variable.
104. If the current logic value is the second logic value, the overtime prompt information of the message processing is not triggered and sent.
If the read current logical value of the control variable is the second logical value, it indicates that processing timeout occurs when the message is processed according to the first method, and does not trigger sending of timeout indication information, which may specifically be intercepting the timeout indication information that should be sent, for example, intercepting a pop-up dialog box that prompts to process the message timeout. Or, the APP ignores the timeout problem of the current processing, and does not send any timeout prompt information.
In this embodiment, a control variable is set in an APP, a first logical value of the control variable is given, if it is detected that the APP processes a preset type of message according to a first manner, the first logical value of the control variable is changed to a second logical value, when the set duration for processing the message is reached, the message is not processed yet, the current logical value of the control variable is read, and if the current logical value of the control variable is the second logical value, processing timeout of the message is ignored, and sending of a timeout prompt message is not triggered, so that the APP runs more smoothly, and user experience is improved.
Please refer to fig. 2, which is a flowchart illustrating a message processing method according to another embodiment of the present application. The method can be applied to an electronic device, and the electronic device can be a mobile terminal such as a mobile phone, a tablet computer and wearable equipment. The method comprises the following steps:
201. setting a control variable in an application;
a control variable is set in the APP and is used for controlling the timeout prompt information of message processing sent or not sent in the system. The control variable is a boolean variable, and the timeout indication information may specifically be ANR.
202. Assigning a first logical value to the control variable;
the logic value of the controlled variable is initially set to a first logic value, where the first logic value may be false or tune, and when the application is started, the initial logic value of the controlled variable is the first logic value.
203. When the application processing message is detected, if the type of the message is determined to be broadcast and the broadcast processing mode is called a system interface, changing the logic value of the control variable into a second logic value;
the system sends a message to the application, and when the application receives the message and starts processing, confirms whether the type of the message is broadcast and whether the way of processing the broadcast is to call a system interface, specifically, whether the broadcast is processed by the goAsync way, and if the message is broadcast and the broadcast is processed by calling the goAsync way, the logic value of the control variable is changed from a first logic value to a second logic value. For example, change from the first logic value false to the second logic value tune, or change from the first logic value tune to the second logic value false.
If the type of the message is not broadcast, or the broadcast is not processed by calling the goAsync method, the logical value of the control variable is not changed, that is, the logical value of the control variable is kept as the first logical value.
The second logic value is a logic value different from the first logic value, and if the first logic value is false, the second logic value is true; if the first logic value is false, the second logic value is true.
204. If the application is detected to trigger a feedback processing result through a second mode, restoring the logic value of the control variable to the first logic value;
and when the APP is detected to finish the feedback of the processing result after the broadcast is processed by calling a finish method, changing the logic value of the control variable into the first logic value again.
205. When the set duration for processing the broadcast is reached, if the broadcast is not processed, reading the current logic value of the control variable;
the APP is provided with a broadcast processing time length which is an overtime time length and is a specified time length for processing the broadcast, and the set time length cannot be exceeded from the beginning of processing the broadcast to the end of processing the broadcast.
When the broadcast starts to be processed, the APP records the starting time, and when the set time length is reached, if the broadcast is not processed yet and the processing time length is over time, the current logic value of the control variable is read through the added corresponding interface for reading the control variable.
206. If the current logic value is the second logic value, the broadcast processing timeout prompting message is not triggered to be sent.
And if the read current logic value of the control variable is the second logic value, indicating that processing timeout occurs when the broadcast is processed according to the first mode, and not triggering to send the ANR.
Further, displaying a reminding message, wherein the content of the reminding message is as follows: the feedback processing result is not triggered by the second means. In particular a warning message, warning that the finish method is not called.
Further, if the current logical value is the first logical value, triggering sending of the timeout indication information of the message processing, that is, triggering sending of broadcast ANR, indicates that the processing timeout of the broadcast is not caused by calling of the processing broadcast, but the processing result feedback is interrupted by not calling finish.
In this embodiment, a control variable is set in an APP, a first logical value of the control variable is given, if it is detected that the APP processes a preset type of message according to a first manner, the first logical value of the control variable is changed to a second logical value, when the set duration for processing the message is reached, the message is not processed yet, the current logical value of the control variable is read, and if the current logical value of the control variable is the second logical value, processing timeout of the message is ignored, and sending of a timeout prompt message is not triggered, so that the APP runs more smoothly, and user experience is improved.
The embodiment of the application also protects an electronic device, which can be specifically a mobile terminal such as a mobile phone, a tablet computer, and a wearable device, referring to fig. 3. The electronic device includes:
a setting module 301, configured to assign a first logic value to a control variable set in an application;
the setting module 301 is further configured to, when it is detected that the application processes the message, change the logical value of the control variable to a second logical value if it is determined that the type of the message is a preset type and the manner of processing the message is a first manner;
a reading module 302, configured to, when a set duration for processing the preset type of message is reached, if the message is not processed, read a current logical value of the control variable;
the processing module 303 is configured to not trigger sending of the timeout indication information of the message processing if the current logical value is the second logical value.
For a detailed description thereof, reference is made to the description of the embodiment shown in fig. 1.
In this embodiment, a control variable is set in an APP, a first logical value of the control variable is given, if it is detected that the APP processes a preset type of message according to a first manner, the first logical value of the control variable is changed to a second logical value, when the set duration for processing the message is reached, the message is not processed yet, the current logical value of the control variable is read, and if the current logical value of the control variable is the second logical value, processing timeout of the message is ignored, and sending of a timeout prompt message is not triggered, so that the APP runs more smoothly, and user experience is improved.
Referring to fig. 4, an electronic device provided in another embodiment of the present application may specifically be a mobile terminal such as a mobile phone, a tablet computer, and a wearable device. The difference from the embodiment shown in fig. 3 is that:
the setting module 301 is further configured to restore the logic value of the control variable to the first logic value if it is detected that the application triggers the feedback processing result in the second manner;
the electronic device further includes:
the display module 401 is configured to display a reminding message that the feedback processing result is not triggered in the second mode;
the processing module 303 is further configured to trigger sending of the timeout indication information of the message processing if the current logical value is the first logical value.
Further, the processing module 303 is specifically configured to change the logic value of the control variable to the second logic value if it is determined that the type of the message is broadcast and the broadcast is handled in a manner of invoking a system interface.
For a detailed description thereof, reference is made to the description of the embodiment shown in fig. 1 and 2.
In this embodiment, a control variable is set in an APP, a first logical value of the control variable is given, if it is detected that the APP processes a preset type of message according to a first manner, the first logical value of the control variable is changed to a second logical value, when the set duration for processing the message is reached, the message is not processed yet, the current logical value of the control variable is read, and if the current logical value of the control variable is the second logical value, processing timeout of the message is ignored, and sending of a timeout prompt message is not triggered, so that the APP runs more smoothly, and user experience is improved.
Further, the electronic device includes: a memory, a processor and a computer program stored on the memory and executable on the processor, the processor implementing the message processing method as described in the foregoing embodiments shown in fig. 1 to 2 when executing the computer program.
An embodiment of the present application further provides a computer-readable storage medium, where the computer-readable storage medium may be disposed in the electronic device in each of the above embodiments, and the computer-readable storage medium may be a storage unit disposed in the main control chip and the data acquisition chip in each of the above embodiments. The computer-readable storage medium has stored thereon a computer program which, when executed by a processor, implements the message processing method described in the foregoing embodiments shown in fig. 1 to 2.
For example, the electronic device may be any of various types of computer system apparatuses that are mobile or portable and perform wireless communication. In particular, the electronic apparatus may be a mobile phone or a smart phone (e.g., iPhone (TM) -based phone), a Portable game device (e.g., nintendos (TM), PlayStation Portable (TM), Gameboy Advance (TM), iPhone (TM)), a laptop, a PDA, a Portable internet appliance, a music player, and a data storage device, other handheld devices, and a head-mounted device (HMD) such as a watch, a headset, a pendant, a headset, and the like, and may also be other wearable devices (e.g., a head-mounted device (HMD) such as electronic glasses, electronic clothing, an electronic bracelet, an electronic necklace, an electronic tattoo, an electronic device, or a smart watch).
The electronic apparatus may also be any of a number of electronic devices including, but not limited to, cellular phones, smart phones, other wireless communication devices, personal digital assistants, audio players, other media players, music recorders, video recorders, cameras, other media recorders, radios, medical devices, vehicle transportation equipment, calculators, programmable remote controllers, pagers, laptop computers, desktop computers, printers, netbook computers, Personal Digital Assistants (PDAs), Portable Multimedia Players (PMPs), moving picture experts group (MPEG-1 or MPEG-2) audio layer 3(MP3) players, portable medical devices, and digital cameras and combinations thereof.
In some cases, the electronic device may perform a variety of functions (e.g., playing music, displaying video, storing pictures, and receiving and sending telephone calls). If desired, the electronic apparatus may be a portable device such as a cellular telephone, media player, other handheld device, wristwatch device, pendant device, earpiece device, or other compact portable device.
As shown in fig. 5, the electronic device 10 may include control circuitry, which may include storage and processing circuitry 30. The storage and processing circuitry 30 may include memory, such as hard drive memory, non-volatile memory (e.g., flash memory or other electronically programmable erase limit memory used to form solid state drives, etc.), volatile memory (e.g., static or dynamic random access memory, etc.), and so forth, although the embodiments of the present application are not limited thereto. Processing circuitry in the storage and processing circuitry 30 may be used to control the operation of the electronic device 10. The processing circuitry may be implemented based on one or more microprocessors, microcontrollers, digital signal processors, baseband processors, power management units, audio codec chips, application specific integrated circuits, display driver integrated circuits, and the like.
The storage and processing circuitry 30 may be used to run software within the electronic device 10 such as, for example, an Internet browsing application, a Voice Over Internet Protocol (VOIP) telephone call application, an email application, a media playing application, operating system functions, etc. Such software may be used to perform control operations such as, for example, camera-based image capture, ambient light measurement based on an ambient light sensor, proximity sensor measurement based on a proximity sensor, information display functionality based on status indicators such as status indicator lights of light emitting diodes, touch event detection based on a touch sensor, functionality associated with displaying information on multiple (e.g., layered) displays, operations associated with performing wireless communication functions, operations associated with collecting and generating audio signals, control operations associated with collecting and processing button press event data, and other functions in the electronic device 10, and the like, without limitation of the embodiments of the present application.
The electronic device 10 may also include input-output circuitry 42. The input-output circuitry 42 may be used to enable the electronic device 10 to enable input and output of data, i.e., to allow the electronic device 10 to receive data from external devices and also to allow the electronic device 10 to output data from the electronic device 10 to external devices. The input-output circuitry 42 may further include the sensor 32. The sensors 32 may include ambient light sensors, optical and capacitive based proximity sensors, touch sensors (e.g., optical based touch sensors and/or capacitive touch sensors, where the touch sensors may be part of a touch display screen or may be used independently as a touch sensor structure), acceleration sensors, and other sensors, among others.
Input-output circuitry 42 may also include one or more displays, such as display 14. The display 14 may include one or a combination of liquid crystal displays, organic light emitting diode displays, electronic ink displays, plasma displays, displays using other display technologies. The display 14 may include an array of touch sensors (i.e., the display 14 may be a touch display screen). The touch sensor may be a capacitive touch sensor formed by a transparent touch sensor electrode (e.g., an Indium Tin Oxide (ITO) electrode) array, or may be a touch sensor formed using other touch technologies, such as acoustic wave touch, pressure sensitive touch, resistive touch, optical touch, and the like, and the embodiments of the present application are not limited thereto.
The electronic device 10 may also include an audio component 36. The audio component 36 may be used to provide audio input and output functionality for the electronic device 10. Audio components 36 in electronic device 10 may include speakers, microphones, buzzers, tone generators, and other components for generating and detecting sound.
The communication circuitry 38 may be used to provide the electronic device 10 with the ability to communicate with external devices. The communication circuit 38 may include analog and digital input-output interface circuits, and wireless communication circuits based on radio frequency signals and/or optical signals. The wireless communication circuitry in communication circuitry 38 may include radio-frequency transceiver circuitry, power amplifier circuitry, low noise amplifiers, switches, filters, and antennas. For example, the wireless Communication circuitry in Communication circuitry 38 may include circuitry to support Near Field Communication (NFC) by transmitting and receiving Near Field coupled electromagnetic signals. For example, the communication circuitry 38 may include a near field communication antenna and a near field communication transceiver. The communications circuitry 38 may also include a cellular telephone transceiver and antenna, a wireless local area network transceiver circuit and antenna, and the like.
The electronic device 10 may further include a battery, power management circuitry, and other input-output units 40. The input-output unit 40 may include buttons, joysticks, click wheels, scroll wheels, touch pads, keypads, keyboards, cameras, light emitting diodes and other status indicators, etc.
A user may enter commands through input-output circuitry 42 to control the operation of electronic device 10, and may use output data of input-output circuitry 42 to enable receipt of status information and other outputs from electronic device 10.
In the above embodiments, the descriptions of the respective embodiments have respective emphasis, and for parts that are not described in detail in a certain embodiment, reference may be made to related descriptions of other embodiments.
In view of the above description of the message processing method and the electronic device provided by the present application, those skilled in the art will recognize that changes may be made in the embodiments and the application scope according to the ideas of the present application, and in summary, the contents of the present specification should not be construed as limiting the present application.

Claims (10)

1. A message processing method, comprising:
assigning a first logical value to a control variable set in an application;
when the application processing message is detected, if the type of the message is determined to be a preset type and the message processing mode is a first mode, changing the logic value of the control variable into a second logic value;
when the set duration for processing the preset type of message is reached, if the message is not processed completely, reading the current logic value of the control variable;
and if the current logic value is the second logic value, not triggering and sending the overtime prompt information of the message processing.
2. The method of claim 1, wherein said changing the logical value of the control variable to a second logical value further comprises:
and if the application is detected to trigger a feedback processing result through a second mode, restoring the logic value of the control variable to the first logic value.
3. The method of claim 2, wherein reading the current logical value of the control variable when the set duration for processing the preset type of message is reached further comprises:
and if the current logic value is the second logic value, not triggering and sending overtime prompt information of the message processing, and displaying prompt information which does not trigger a feedback processing result in the second mode.
4. The method of claim 3, further comprising:
and if the current logic value is the first logic value, triggering and sending overtime prompt information of the message processing.
5. The method according to any one of claims 1 to 4, wherein if it is determined that the type of the message is a predetermined type and the message is processed in a first manner, the changing the logical value of the control variable to a second logical value comprises:
and if the type of the message is determined to be broadcast and the broadcast is processed in a mode of calling a system interface, changing the logic value of the control variable into the second logic value.
6. An electronic device, comprising:
the setting module is used for endowing a first logic value to a control variable set in the application;
the setting module is further configured to, when it is detected that the application processes the message, change the logical value of the control variable to a second logical value if it is determined that the type of the message is a preset type and the manner of processing the message is a first manner;
the reading module is used for reading the current logic value of the control variable if the message is not processed when the set time for processing the preset type of message is reached;
and the processing module is used for not triggering and sending the overtime prompt information of the message processing if the current logic value is the second logic value.
7. The electronic device according to claim 6, wherein the setting module is further configured to restore the logical value of the control variable to the first logical value if it is detected that the application triggers the feedback processing result by the second means;
the electronic device further includes:
the display module is used for displaying the reminding information which does not trigger the feedback processing result through the second mode;
and the processing module is further configured to trigger sending of the timeout indication information of the message processing if the current logical value is the first logical value.
8. The electronic device according to claim 7, wherein the processing module is specifically configured to change the logical value of the control variable to the second logical value if it is determined that the type of the message is broadcast and the broadcast is handled in a manner of invoking a system interface.
9. An electronic device, comprising: memory, processor and computer program stored on the memory and executable on the processor, characterized in that the processor implements the message processing method according to any of claims 1 to 5 when executing the computer program.
10. A computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, carries out a message processing method according to any one of claims 1 to 5.
CN201811157515.7A 2018-09-30 2018-09-30 Message processing method and electronic device Expired - Fee Related CN109284196B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811157515.7A CN109284196B (en) 2018-09-30 2018-09-30 Message processing method and electronic device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811157515.7A CN109284196B (en) 2018-09-30 2018-09-30 Message processing method and electronic device

Publications (2)

Publication Number Publication Date
CN109284196A CN109284196A (en) 2019-01-29
CN109284196B true CN109284196B (en) 2021-08-31

Family

ID=65182592

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811157515.7A Expired - Fee Related CN109284196B (en) 2018-09-30 2018-09-30 Message processing method and electronic device

Country Status (1)

Country Link
CN (1) CN109284196B (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0995299A1 (en) * 1997-06-12 2000-04-26 Raoul Girod Apparatus for filtering telephone calls
CN106357557A (en) * 2016-10-09 2017-01-25 广州市百果园网络科技有限公司 Message processing method and device
CN106462474A (en) * 2014-05-08 2017-02-22 谷歌公司 Network timeouts using intentionally delayed transmissions

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0995299A1 (en) * 1997-06-12 2000-04-26 Raoul Girod Apparatus for filtering telephone calls
CN106462474A (en) * 2014-05-08 2017-02-22 谷歌公司 Network timeouts using intentionally delayed transmissions
CN106357557A (en) * 2016-10-09 2017-01-25 广州市百果园网络科技有限公司 Message processing method and device

Also Published As

Publication number Publication date
CN109284196A (en) 2019-01-29

Similar Documents

Publication Publication Date Title
CN106095284B (en) Electronic device
CN110109759B (en) Catton optimization method, server, electronic device and computer-readable storage medium
CN109067984B (en) Data transmission method, electronic device and computer readable storage medium
CN109495871B (en) Bluetooth connection control method, electronic device and computer readable storage medium
CN108874466B (en) Control calling method, electronic device and computer readable storage medium
CN108983211B (en) Proximity sensor, method of controlling the same, electronic device, and computer-readable storage medium
CN109283996B (en) Display control method and related product
CN109684011B (en) Interface display control method, electronic device and computer readable storage medium
CN109104203B (en) Communication method, electronic device, and computer-readable storage medium
CN109150326A (en) Antenna impedance adjustment method, electronic device and computer readable storage medium
CN109348055B (en) Display control method, display control device, electronic apparatus, and readable storage medium
CN108769401B (en) Signal detection method and related product
CN109885201B (en) Touch area detection method for touch screen, electronic device and computer readable storage medium
CN110058980B (en) Terminal start time early warning method, electronic device and computer readable storage medium
CN108834206B (en) Control method of electronic device and electronic device
CN106066814B (en) A kind of application control method and mobile terminal
CN111756913A (en) Electronic equipment, key function calling method and device
CN109410846B (en) Screen backlight setting method, electronic device and computer readable storage medium
CN110851106B (en) Audio output method and electronic equipment
CN109739577A (en) Using exempting from freezing method, electronic device and computer readable storage medium
CN109284196B (en) Message processing method and electronic device
CN109116982B (en) Information playing method and device and electronic device
CN109753352A (en) Using processing method, electronic device and the computer readable storage medium freezed
CN109298942B (en) Picture processing method and electronic device
CN109740538B (en) Fingerprint acquisition method, electronic device and computer readable storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20210831

CF01 Termination of patent right due to non-payment of annual fee