Skip to content

Testing

Darci Burdge requested to merge test_template into main

License and Copyright Notice

By submitting this issue or commenting on this issue, or contributing any content to this issue, you certify under the Developer Certificate of Origin that the content you post may be licensed under GPLv3 (for code) or CC-BY-SA 4.0 International (for non-code content).

Branch Name

(Paste the name of your branch here.)

Related Issues

(List any related issues here or any issues this closes here.)

Dependencies

(List any dependencies this merge request has, or leave it as "None" if there is none.) (NOTE: Make sure to paste links to any merge request dependencies down below in the 'Merge request dependencies' text box.)

Description

(Give a concise description of what this merge-request will accomplish.)

Steps to Test

(List the steps needed to test this merge request here using bullets, for ex:)

  1. Step 1 do this
  2. Step 2 then this
  3. Step 3 finally this

Relevant Screenshots

(Post any relevant screenshots here.)

Relevant Logs

// (place any relevant logs here.)
2021-08-10 15:11:14.512 2559-2559/? E/Telephony:SamsungBatteryBroadcastReceiver: stopLowBatteryTone: exception occurred.
    java.lang.IllegalStateException
        at android.media.MediaPlayer.isPlaying(Native Method)
        at com.samsung.telephony.phone.receiver.SamsungBatteryBroadcastReceiver.stopLowBatteryTone(SamsungBatteryBroadcastReceiver.java:169)
        at com.samsung.telephony.phone.receiver.SamsungBatteryBroadcastReceiver.registerLowBatteryAlarmIfPossible(SamsungBatteryBroadcastReceiver.java:158)
        at com.samsung.telephony.phone.receiver.SamsungBatteryBroadcastReceiver.onBatteryChanged(SamsungBatteryBroadcastReceiver.java:85)
        at com.samsung.telephony.phone.receiver.SamsungBatteryBroadcastReceiver.onReceive(SamsungBatteryBroadcastReceiver.java:71)
        at android.app.LoadedApk$ReceiverDispatcher$Args.lambda$getRunnable$0(LoadedApk.java:1483)
        at android.app.-$$Lambda$LoadedApk$ReceiverDispatcher$Args$_BumDX2UKsnxLVrE6UJsJZkotuA.run(Unknown Source:2)
        at android.os.Handler.handleCallback(Handler.java:873)
        at android.os.Handler.dispatchMessage(Handler.java:99)
        at android.os.Looper.loop(Looper.java:214)
        at android.app.ActivityThread.main(ActivityThread.java:7073)
        at java.lang.reflect.Method.invoke(Native Method)
        at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:494)
        at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:964)

Developer Notes

(List any notes you have about what you did here using bullets, for ex:)

  • Note 1
  • Note 2
  • Note 3

Labels

(We have not finalized our list of labels, for now, include the labels you would like to include as a comment, for ex: Label) Type::Bug

Edited by Darci Burdge

Merge request reports