mirror of
https://github.com/jfoucry/Pilldroid.git
synced 2024-11-13 00:51:35 +01:00
Add log
This commit is contained in:
parent
613a38269b
commit
2a3dab3398
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@ public class NotificationPublisher extends BroadcastReceiver {
|
|||
*/
|
||||
public static String createNotificationChannel(Context context) {
|
||||
|
||||
Log.d(TAG, "start create notification channel");
|
||||
// The id of the channel.
|
||||
String channelId = "Channel_id";
|
||||
|
||||
|
|
Loading…
Reference in a new issue