Advertisement
Guest User

Untitled

a guest
Nov 16th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.45 KB | None | 0 0
  1. JS: Angular is running in the development mode. Call enableProdMode() to enable the production mode.
  2. JS: Component OK
  3. JS: ERROR Error: java.lang.NullPointerException: Attempt to invoke virtual method 'int android.content.Context.checkPermission(java.lang.String, int, int)' on a null object reference
  4. JS:     android.support.v4.content.ContextCompat.checkSelfPermission(ContextCompat.java:453)
  5. JS:     com.tns.Runtime.callJSMethodNative(Native Method)
  6. JS:     com.tns.Runtime.dispatchCallJSMethodNative(Runtime.java:1116)
  7. JS:     com.tns.Runtime.callJSMethodImpl(Runtime.java:996)
  8. JS:     com.tns.Runtime.callJSMethod(Runtime.java:983)
  9. JS:     com.tns.Runtime.callJSMethod(Runtime.java:967)
  10. JS:     com.tns.Runtime.callJSMethod(Runtime.java:959)
  11. JS:     com.tns.NativeScriptActivity.onCreate(NativeScriptActivity.java:18)
  12. JS:     android.app.Activity.performCreate(Activity.java:6237)
  13. JS:     android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1107)
  14. JS:     android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2369)
  15. JS:     android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2476)
  16. JS:     android.app.ActivityThread.-wrap11(ActivityThread.java)
  17. JS: ...
  18. JS: ERROR TypeError: _co.login is not a function
  19. JS: ERROR CONTEXT {
  20. JS:   "view": {
  21. JS:     "def": {
  22. JS:       "nodeFlags": 1,
  23. JS:       "rootNodeFlags": 1,
  24. JS:       "nodeMatchedQueries": 0,
  25. JS:       "flags": 0,
  26. JS:       "nodes": [
  27. JS:         {
  28. JS:           "nodeIndex": 0,
  29. JS:           "parent": null,
  30. JS:           "renderParent": null,
  31. JS:           "bindingIndex": 0,
  32. JS:           "outputIndex": 0,
  33. JS:           "checkIndex": 0,
  34. JS:           "flags": 1,
  35. JS:           "childFlags": 0,
  36. JS:           "directChildFlags": 0,
  37. JS:           "childMatchedQueries": 0,
  38. JS:           "matchedQueries": {},
  39. JS:           "matchedQueryIds": 0,
  40. JS:           "references": {},
  41. JS:           "ngContentIndex": null,
  42. JS:           "childCount": 0,
  43. JS:           "bindings": [],
  44. JS:           "bindingFlags": 0,
  45. JS:           "outputs": [
  46. JS:             {
  47. JS:               "type": 0,
  48. JS:               "target": null,
  49. JS:               "eventName": "loaded",
  50. JS:               "propName": null
  51. JS:             }
  52. JS:           ],
  53. JS:           "element": {
  54. JS:             "ns": "",
  55. JS:             "name": "label",
  56. JS:             "attrs": [],
  57. JS:             "template": null,
  58. JS:             "componentProvider": null,
  59. JS:           ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement