Skip to content

Commit 6ab5b1b

Browse files
author
vakrilov
committed
Disable router tracing - crashes in android
1 parent f077224 commit 6ab5b1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: app/main/main-page-router-outlet.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,4 @@ var routes: RouterConfig = [
8383
{ path: 'modal-on-push', component: ModalTestWithPushStrategy },
8484
];
8585

86-
export var MainRouterProviders = nsProvideRouter(routes, { enableTracing: true });
86+
export var MainRouterProviders = nsProvideRouter(routes, { enableTracing: false });

0 commit comments

Comments
 (0)