We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b8cea2 commit 5f61f42Copy full SHA for 5f61f42
build-artifacts/project-template-gradle/app/src/main/java/com/tns/NativeScriptApplication.java
@@ -11,7 +11,7 @@ public NativeScriptApplication() {
11
}
12
13
public void onCreate() {
14
- ManualInstrumentation.Frame frame = ManualInstrumentation.start("NaitveScriptApplication.onCreate");
+ ManualInstrumentation.Frame frame = ManualInstrumentation.start("NativeScriptApplication.onCreate");
15
try {
16
super.onCreate();
17
com.tns.Runtime runtime = RuntimeHelper.initRuntime(this);
0 commit comments