You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"PlatformException(getNotificationChannelsError, Unable to find resource ID #0x7f14000d, android.content.res.Resources\$NotFoundException: Unable to find resource ID #0x7f14000d",
"PlatformException(getNotificationChannelsError, Unable to find resource ID #0x7f14000d, android.content.res.Resources\$NotFoundException: Unable to find resource ID #0x7f14000d",
@@ -169,6 +205,14 @@ final emptyPlatformException = PlatformException(
169
205
stacktrace:null,
170
206
);
171
207
208
+
final failingPlatformException =PlatformException(
209
+
code:'error',
210
+
details:
211
+
"PlatformException: PlatformException(getNotificationChannelsError, Unable to find resource ID #0x7f14000d, android.content.res.Resources\$NotFoundException: Unable to find resource ID #0x7f14000d",
212
+
message: _failingStackTrace,
213
+
stacktrace: _failingStackTrace,
214
+
);
215
+
172
216
const _jvmStackTrace =
173
217
"""java.lang.IllegalArgumentException: Unsupported value: '[Ljava.lang.StackTraceElement;@ba6feed' of type 'class [Ljava.lang.StackTraceElement;'
174
218
at io.flutter.plugin.common.StandardMessageCodec.writeValue(StandardMessageCodec.java:292)
@@ -189,3 +233,26 @@ const _jvmStackTrace =
189
233
at java.lang.reflect.Method.invoke(Native Method)
190
234
at com.android.internal.os.RuntimeInit\$MethodAndArgsCaller.run(RuntimeInit.java:556)
191
235
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1037)""";
236
+
237
+
const _failingStackTrace =
238
+
"""PlatformException: PlatformException(getNotificationChannelsError, Unable to find resource ID #0x7f14000d, android.content.res.Resources\$NotFoundException: Unable to find resource ID #0x7f14000d
239
+
at android.content.res.ResourcesImpl.getResourceEntryName(ResourcesImpl.java:493)
240
+
at android.content.res.Resources.getResourceEntryName(Resources.java:2441)
241
+
at com.dexterous.flutterlocalnotifications.FlutterLocalNotificationsPlugin.getMappedNotificationChannel(FlutterLocalNotificationsPlugin.java:170)
242
+
at com.dexterous.flutterlocalnotifications.FlutterLocalNotificationsPlugin.getNotificationChannels(FlutterLocalNotificationsPlugin.java:32)
243
+
at com.dexterous.flutterlocalnotifications.FlutterLocalNotificationsPlugin.onMethodCall(FlutterLocalNotificationsPlugin.java:399)
244
+
at be.j\$a.a(MethodChannel.java:18)
245
+
at pd.c.l(DartMessenger.java:19)
246
+
at pd.c.m(DartMessenger.java:42)
247
+
at pd.c.h(Unknown Source:0)
248
+
at pd.b.run(Unknown Source:12)
249
+
at android.os.Handler.handleCallback(Handler.java:966)
250
+
at android.os.Handler.dispatchMessage(Handler.java:110)
251
+
at android.os.Looper.loopOnce(Looper.java:205)
252
+
at android.os.Looper.loop(Looper.java:293)
253
+
at android.app.ActivityThread.loopProcess(ActivityThread.java:9832)
254
+
at android.app.ActivityThread.main(ActivityThread.java:9821)
255
+
at java.lang.reflect.Method.invoke(Native Method)
256
+
at com.android.internal.os.RuntimeInit\$MethodAndArgsCaller.run(RuntimeInit.java:586)
257
+
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1201)
0 commit comments