Agasper / unity-android-notifications

Unity3D Plugin for Android local notifications with example project
Other
555 stars 184 forks source link

Set nextNonWakeup as mNextNonWakeupDeliveryTime #95

Open ghost opened 6 years ago

ghost commented 6 years ago

In the second, when the notification should appear I see such output in logical:

06-02 22:14:28.035 4347-4347/? D/io_stats: !@ 179,0 r 308548 9886573 w 47478 1338488 d 8152 1576172 f 12553 12551 iot 220380 209436 th 51200 0 0 pt 0 inp 0 0 6015.475
06-02 22:14:28.326 3140-3283/? D/SamsungAlarmManager: Expired : 4
06-02 22:14:28.327 3140-3283/? I/SamsungAlarmManager: setLocked to kernel - T:2 / 20180602T221448, SetElapsed=6036254, nowELAPSED=6015768
06-02 22:14:28.327 3140-3283/? E/AlarmManager: Set nextNonWakeup as mNextNonWakeupDeliveryTime=7337442 , orig nextNonWakeup=0

Take attention to this line:

06-02 22:14:28.327 3140-3283/? E/AlarmManager: Set nextNonWakeup as mNextNonWakeupDeliveryTime=7337442 , orig nextNonWakeup=0

What can you recommend?

ghost commented 6 years ago

This asset works for me:

https://assetstore.unity.com/packages/tools/integration/simple-android-notifications-71294