Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2015
318
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.53 KB | None | 0 0
  1. 06-23 15:01:21.414 19516-19516/? W/ResourcesManager﹕ Asset path '/system/framework/com.android.media.remotedisplay.jar' does not exist or contains no resources.
  2. 06-23 15:01:21.414 19516-19516/? W/ResourcesManager﹕ Asset path '/system/framework/com.android.location.provider.jar' does not exist or contains no resources.
  3.  
  4. 06-23 15:01:14.982 19516-19535/xxxx.xxxx.xxxx.mobility I/Adreno﹕ EGLInit: QTI Build: 01/29/15, 1bccc5d, I0ba6dce82d
  5. 06-23 15:01:14.990 19516-19535/xxxx.xxxx.xxxx.mobility I/OpenGLRenderer﹕ Initialized EGL, version 1.4
  6. 06-23 15:01:14.997 19516-19535/xxxx.xxxx.xxxx.mobility D/OpenGLRenderer﹕ Enabling debug mode 0
  7. 06-23 15:01:16.733 19516-19526/? I/art﹕ Ignoring second debugger -- accepting and dropping
  8. 06-23 15:01:21.407 19516-19516/? I/zzy﹕ Making Creator dynamically
  9. 06-23 15:01:21.414 19516-19516/? W/ResourcesManager﹕ Asset path '/system/framework/com.android.media.remotedisplay.jar' does not exist or contains no resources.
  10. 06-23 15:01:21.414 19516-19516/? W/ResourcesManager﹕ Asset path '/system/framework/com.android.location.provider.jar' does not exist or contains no resources.
  11. 06-23 15:01:21.443 19516-19516/? I/Google Maps Android API﹕ Google Play services client version: 7571000
  12. 06-23 15:01:21.452 19516-19516/? I/Google Maps Android API﹕ Google Play services package version: 7574430
  13. 06-23 15:01:21.845 19516-19516/? D/AndroidRuntime﹕ Shutting down VM
  14. 06-23 15:01:21.846 19516-19516/? E/AndroidRuntime﹕ FATAL EXCEPTION: main
  15. Process: xxxx.xxxx.xxxx.mobility, PID: 19516
  16. java.lang.NullPointerException: Attempt to invoke virtual method 'double android.location.Location.getLatitude()' on a null object reference
  17. at xxxx.xxxx.xxxx.mobility.Map.MapPaneActivity.onMapReady(MapPaneActivity.java:109)
  18. at com.google.android.gms.maps.MapFragment$zza$1.zza(Unknown Source)
  19. at com.google.android.gms.maps.internal.zzm$zza.onTransact(Unknown Source)
  20. at android.os.Binder.transact(Binder.java:380)
  21. at com.google.android.gms.maps.internal.ba.a(SourceFile:82)
  22. at com.google.maps.api.android.lib6.d.fz.run(Unknown Source)
  23. at android.os.Handler.handleCallback(Handler.java:739)
  24. at android.os.Handler.dispatchMessage(Handler.java:95)
  25. at android.os.Looper.loop(Looper.java:135)
  26. at android.app.ActivityThread.main(ActivityThread.java:5254)
  27. at java.lang.reflect.Method.invoke(Native Method)
  28. at java.lang.reflect.Method.invoke(Method.java:372)
  29. at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:903)
  30. at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:698)
  31.  
  32. <?xml version="1.0" encoding="utf-8"?>
  33. <manifest xmlns:android="http://schemas.android.com/apk/res/android"
  34. package="xcv.qwe.xxxxx.mobility"
  35. android:versionCode="1"
  36. android:versionName="1.0" >
  37.  
  38. <uses-sdk
  39. android:minSdkVersion="17"
  40. android:targetSdkVersion="19" />
  41.  
  42. <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
  43. <uses-permission android:name="com.google.android.gms.permission.ACTIVITY_RECOGNITION" />
  44. <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
  45. <uses-permission android:name="android.permission.INTERNET" />
  46. <uses-permission android:name="android.permission.READ_SYNC_SETTINGS" />
  47. <uses-permission android:name="android.permission.WRITE_SYNC_SETTINGS" />
  48. <uses-permission android:name="android.permission.AUTHENTICATE_ACCOUNTS" />
  49. <uses-permission android:name="android.permission.GET_ACCOUNTS" />
  50. <uses-permission android:name="android.permission.MANAGE_ACCOUNTS" />
  51. <uses-permission android:name="android.permission.READ_CALENDAR" />
  52. <uses-permission android:name="android.permission.WRITE_CALENDAR" />
  53. <uses-permission android:name="com.google.android.providers.gsf.permission.READ_GSERVICES"/>
  54. <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/>
  55.  
  56.  
  57.  
  58. <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
  59. <permission
  60. android:name="xcv.qwe.xxxxx.mobility.permission.MAPS_RECEIVE"
  61. android:protectionLevel="signature" />
  62. <uses-permission android:name="xcv.qwe.xxxxx.mobility.permission.MAPS_RECEIVE"/>
  63. <uses-permission android:name="android.permission.READ_PHONE_STATE" />
  64. <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
  65.  
  66. <application
  67. android:allowBackup="true"
  68. android:icon="@drawable/ic_launcher"
  69. android:label="@string/app_name"
  70. android:theme="@style/AppTheme" >
  71. <activity
  72. android:name=".StartSplashActivity"
  73. android:configChanges="orientation|keyboardHidden|screenSize"
  74. android:label="@string/title_activity_start_splash" >
  75. <intent-filter>
  76. <action android:name="android.intent.action.MAIN" />
  77.  
  78. <category android:name="android.intent.category.LAUNCHER" />
  79. </intent-filter>
  80. </activity>
  81.  
  82.  
  83. <meta-data
  84. android:name="com.google.android.gms.version"
  85. android:value="@integer/google_play_services_version" />
  86.  
  87. <meta-data
  88. android:name="com.google.android.maps.v2.API_KEY"
  89. android:value="xxxxx"
  90. <activity
  91. android:name=".StartSplashActivity"
  92. android:configChanges="orientation|keyboardHidden|screenSize"
  93. android:label="@string/title_activity_start_splash" >
  94. <intent-filter>
  95. <action android:name="android.intent.action.MAIN" />
  96.  
  97. <category android:name="android.intent.category.LAUNCHER" />
  98. </intent-filter>
  99. </activity>
  100.  
  101.  
  102. <meta-data
  103. android:name="com.google.android.gms.version"
  104. android:value="@integer/google_play_services_version" />
  105.  
  106. <meta-data
  107. android:name="com.google.android.maps.v2.API_KEY"
  108. android:value="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" />
  109.  
  110. <receiver
  111. android:name="xxxxx"
  112. android:enabled="true" >
  113. <intent-filter>
  114. <action android:name="android.intent.action.BOOT_COMPLETED" >
  115. </action>
  116. </intent-filter>
  117. </receiver>
  118. <receiver
  119. android:name="xxxxxr"
  120. android:enabled="true" >
  121. </receiver>
  122. <receiver
  123. android:name="xxxxx"
  124. android:enabled="true" >
  125. <intent-filter>
  126. <action android:name="local.transition.initialize" />
  127. <action android:name="local.transition.exited_geofence" />
  128. <action android:name="local.transition.stopped_moving" />
  129. <action android:name="local.transition.stop_tracking" />
  130. </intent-filter>
  131. </receiver>
  132. <receiver android:name="xxxxx" >
  133. <intent-filter>
  134. <action android:name="android.intent.action.ACTION_BATTERY_LOW" />
  135. <action android:name="android.intent.action.ACTION_BATTERY_OKAY" />
  136. </intent-filter>
  137. </receiver>
  138.  
  139. <service
  140. android:name="xxxxx"
  141. android:enabled="true" >
  142. </service>
  143. <service android:name="xxxxx" >
  144. <intent-filter>
  145. <action android:name="android.accounts.AccountAuthenticator" />
  146. </intent-filter>
  147.  
  148. <meta-data
  149. android:name="android.accounts.AccountAuthenticator"
  150. android:resource="@xml/authenticator" />
  151. </service>
  152. <service
  153. android:name="xxxxx"
  154. android:enabled="true"
  155. android:exported="false" >
  156. </service>
  157. <service
  158. android:name="xxxxxe"
  159. android:enabled="true"
  160. android:exported="false" >
  161. </service>
  162. <service
  163. android:name="xxxxx"
  164. android:enabled="true"
  165. android:exported="false" >
  166. </service>
  167. <service
  168. android:name="xxxxx"
  169. android:exported="true"
  170. android:process=":sync" >
  171. <intent-filter>
  172. <action android:name="android.content.SyncAdapter" />
  173. </intent-filter>
  174.  
  175. <meta-data
  176. android:name="android.content.SyncAdapter"
  177. android:resource="@xml/syncadapter" />
  178. </service>
  179.  
  180. <provider
  181. android:name="xxxxx"
  182. android:authorities="xxxxx"
  183. android:exported="false"
  184. android:syncable="true" />
  185.  
  186. <activity
  187. android:name=".MainActivity"
  188. android:label="@string/app_name" >
  189. </activity>
  190. <activity
  191. android:name="xxxxx.MainActivity"
  192. android:label="@string/app_name" >
  193. </activity>
  194. <activity
  195. android:name=".InformedConsentActivity"
  196. android:label="@string/title_activity_informed_consent"
  197. android:theme="@style/Theme.AppCompat.Light.NoActionBar" >
  198. </activity>
  199. <activity
  200. android:name=".calendar.CalendarScrapeActivity"
  201. android:label="@string/title_activity_calendar_scrape"
  202. android:theme="@style/Theme.AppCompat.Light.NoActionBar" >
  203. </activity>
  204. <activity
  205. android:name=".calendar.CalendarViewerActivity"
  206. android:label="@string/title_activity_calendar_viewer"
  207. android:theme="@style/Theme.AppCompat.Light"
  208. >
  209. </activity>
  210.  
  211. <activity
  212. android:name=".Map.MapPaneActivity"
  213. android:label="@string/title_activity_calendar_viewer"
  214. android:theme="@style/Theme.AppCompat.Light"
  215. >
  216. </activity>
  217. " />
  218.  
  219. <receiver
  220. android:name="xxxxx"
  221. android:enabled="true" >
  222. <intent-filter>
  223. <action android:name="android.intent.action.BOOT_COMPLETED" >
  224. </action>
  225. </intent-filter>
  226. </receiver>
  227. <receiver
  228. android:name="xxxxx"
  229. android:enabled="true" >
  230. <intent-filter>
  231. <action android:name="xxxxx" />
  232. </intent-filter>
  233. </receiver>
  234. <receiver
  235. android:name="xxxxx"
  236. android:enabled="true" >
  237. <intent-filter>
  238. <action android:name="local.transition.initialize" />
  239. <action android:name="local.transition.exited_geofence" />
  240. <action android:name="local.transition.stopped_moving" />
  241. <action android:name="local.transition.stop_tracking" />
  242. </intent-filter>
  243. </receiver>
  244. <receiver android:name="xxxxx" >
  245. <intent-filter>
  246. <action android:name="android.intent.action.ACTION_BATTERY_LOW" />
  247. <action android:name="android.intent.action.ACTION_BATTERY_OKAY" />
  248. </intent-filter>
  249. </receiver>
  250.  
  251. <service
  252. android:name="xxxxx"
  253. android:enabled="true" >
  254. </service>
  255. <service android:name="xxxxx" >
  256. <intent-filter>
  257. <action android:name="android.accounts.AccountAuthenticator" />
  258. </intent-filter>
  259.  
  260. <meta-data
  261. android:name="android.accounts.AccountAuthenticator"
  262. android:resource="@xml/authenticator" />
  263. </service>
  264. <service
  265. android:name="xxxxx"
  266. android:exported="true"
  267. android:process=":sync" >
  268. <intent-filter>
  269. <action android:name="android.content.SyncAdapter" />
  270. </intent-filter>
  271.  
  272. <meta-data
  273. android:name="android.content.SyncAdapter"
  274. android:resource="@xml/syncadapter" />
  275. </service>
  276.  
  277. <provider
  278. android:name="xxxxtracker.smap.StubContentProvider"
  279. android:authorities="xxxxtracker.provider"
  280. android:exported="false"
  281. android:syncable="true" />
  282.  
  283. <activity
  284. android:name=".MainActivity"
  285. android:label="@string/app_name" >
  286. </activity>
  287. <activity
  288. android:name="xxxxtracker.MainActivity"
  289. android:label="@string/app_name" >
  290. </activity>
  291. <activity
  292. android:name=".InformedConsentActivity"
  293. android:label="@string/title_activity_informed_consent"
  294. android:theme="@style/Theme.AppCompat.Light.NoActionBar" >
  295. </activity>
  296. <activity
  297. android:name=".calendar.CalendarScrapeActivity"
  298. android:label="@string/title_activity_calendar_scrape"
  299. android:theme="@style/Theme.AppCompat.Light.NoActionBar" >
  300. </activity>
  301. <activity
  302. android:name=".calendar.CalendarViewerActivity"
  303. android:label="@string/title_activity_calendar_viewer"
  304. android:theme="@style/Theme.AppCompat.Light"
  305. >
  306. </activity>
  307.  
  308. <activity
  309. android:name=".Map.MapPaneActivity"
  310. android:label="@string/title_activity_calendar_viewer"
  311. android:theme="@style/Theme.AppCompat.Light"
  312. >
  313. </activity>
  314. </application>
  315.  
  316. Executing tasks: [:mobility:assembleDebug]
  317.  
  318. Configuration on demand is an incubating feature.
  319. :tracker:compileLint
  320. :tracker:copyReleaseLint UP-TO-DATE
  321. :tracker:preBuild UP-TO-DATE
  322. :tracker:preReleaseBuild UP-TO-DATE
  323. :tracker:checkReleaseManifest
  324. :tracker:preDebugAndroidTestBuild UP-TO-DATE
  325. :tracker:preDebugBuild UP-TO-DATE
  326. :tracker:preDebugUnitTestBuild UP-TO-DATE
  327. :tracker:preReleaseUnitTestBuild UP-TO-DATE
  328. :tracker:prepareComAndroidSupportAppcompatV72200Library UP-TO-DATE
  329. :tracker:prepareComAndroidSupportMediarouterV72200Library UP-TO-DATE
  330. :tracker:prepareComAndroidSupportSupportV42200Library UP-TO-DATE
  331. :tracker:prepareComGoogleAndroidGmsPlayServices750Library UP-TO-DATE
  332. :tracker:prepareComGoogleAndroidGmsPlayServicesAds750Library UP-TO-DATE
  333. :tracker:prepareComGoogleAndroidGmsPlayServicesAnalytics750Library UP-TO-DATE
  334. :tracker:prepareComGoogleAndroidGmsPlayServicesAppindexing750Library UP-TO-DATE
  335. :tracker:prepareComGoogleAndroidGmsPlayServicesAppinvite750Library UP-TO-DATE
  336. :tracker:prepareComGoogleAndroidGmsPlayServicesAppstate750Library UP-TO-DATE
  337. :tracker:prepareComGoogleAndroidGmsPlayServicesBase750Library UP-TO-DATE
  338. :tracker:prepareComGoogleAndroidGmsPlayServicesCast750Library UP-TO-DATE
  339. :tracker:prepareComGoogleAndroidGmsPlayServicesDrive750Library UP-TO-DATE
  340. :tracker:prepareComGoogleAndroidGmsPlayServicesFitness750Library UP-TO-DATE
  341. :tracker:prepareComGoogleAndroidGmsPlayServicesGames750Library UP-TO-DATE
  342. :tracker:prepareComGoogleAndroidGmsPlayServicesGcm750Library UP-TO-DATE
  343. :tracker:prepareComGoogleAndroidGmsPlayServicesIdentity750Library UP-TO-DATE
  344. :tracker:prepareComGoogleAndroidGmsPlayServicesLocation750Library UP-TO-DATE
  345. :tracker:prepareComGoogleAndroidGmsPlayServicesMaps750Library UP-TO-DATE
  346. :tracker:prepareComGoogleAndroidGmsPlayServicesNearby750Library UP-TO-DATE
  347. :tracker:prepareComGoogleAndroidGmsPlayServicesPanorama750Library UP-TO-DATE
  348. :tracker:prepareComGoogleAndroidGmsPlayServicesPlus750Library UP-TO-DATE
  349. :tracker:prepareComGoogleAndroidGmsPlayServicesSafetynet750Library UP-TO-DATE
  350. :tracker:prepareComGoogleAndroidGmsPlayServicesWallet750Library UP-TO-DATE
  351. :tracker:prepareComGoogleAndroidGmsPlayServicesWearable750Library UP-TO-DATE
  352. :tracker:prepareReleaseDependencies
  353. :tracker:compileReleaseAidl UP-TO-DATE
  354. :tracker:compileReleaseRenderscript UP-TO-DATE
  355. :tracker:generateReleaseBuildConfig UP-TO-DATE
  356. :tracker:generateReleaseAssets UP-TO-DATE
  357. :tracker:mergeReleaseAssets UP-TO-DATE
  358. :tracker:generateReleaseResValues UP-TO-DATE
  359. :tracker:generateReleaseResources UP-TO-DATE
  360. :tracker:mergeReleaseResources UP-TO-DATE
  361. :tracker:processReleaseManifest UP-TO-DATE
  362. :tracker:processReleaseResources UP-TO-DATE
  363. :tracker:generateReleaseSources UP-TO-DATE
  364. :tracker:processReleaseJavaRes UP-TO-DATE
  365. :tracker:compileReleaseJava UP-TO-DATE
  366. :tracker:extractReleaseAnnotations UP-TO-DATE
  367. :tracker:mergeReleaseProguardFiles UP-TO-DATE
  368. :tracker:packageReleaseJar UP-TO-DATE
  369. :tracker:compileReleaseNdk UP-TO-DATE
  370. :tracker:packageReleaseJniLibs UP-TO-DATE
  371. :tracker:packageReleaseLocalJar UP-TO-DATE
  372. :tracker:packageReleaseRenderscript UP-TO-DATE
  373. :tracker:packageReleaseResources UP-TO-DATE
  374. :tracker:bundleRelease UP-TO-DATE
  375. :mobility:preBuild UP-TO-DATE
  376. :mobility:preDebugBuild UP-TO-DATE
  377. :mobility:checkDebugManifest
  378. :mobility:preReleaseBuild UP-TO-DATE
  379. :mobility:prepareAndroidtrackerUnspecifiedLibrary UP-TO-DATE
  380. :mobility:prepareComAndroidSupportAppcompatV72200Library UP-TO-DATE
  381. :mobility:prepareComAndroidSupportMediarouterV72200Library UP-TO-DATE
  382. :mobility:prepareComAndroidSupportSupportV42220Library UP-TO-DATE
  383. :mobility:prepareComGithubAlamkanakAndroidWeekView123Library UP-TO-DATE
  384. :mobility:prepareComGoogleAndroidGmsPlayServices750Library UP-TO-DATE
  385. :mobility:prepareComGoogleAndroidGmsPlayServicesAds750Library UP-TO-DATE
  386. :mobility:prepareComGoogleAndroidGmsPlayServicesAnalytics750Library UP-TO-DATE
  387. :mobility:prepareComGoogleAndroidGmsPlayServicesAppindexing750Library UP-TO-DATE
  388. :mobility:prepareComGoogleAndroidGmsPlayServicesAppinvite750Library UP-TO-DATE
  389. :mobility:prepareComGoogleAndroidGmsPlayServicesAppstate750Library UP-TO-DATE
  390. :mobility:prepareComGoogleAndroidGmsPlayServicesBase750Library UP-TO-DATE
  391. :mobility:prepareComGoogleAndroidGmsPlayServicesCast750Library UP-TO-DATE
  392. :mobility:prepareComGoogleAndroidGmsPlayServicesDrive750Library UP-TO-DATE
  393. :mobility:prepareComGoogleAndroidGmsPlayServicesFitness750Library UP-TO-DATE
  394. :mobility:prepareComGoogleAndroidGmsPlayServicesGames750Library UP-TO-DATE
  395. :mobility:prepareComGoogleAndroidGmsPlayServicesGcm750Library UP-TO-DATE
  396. :mobility:prepareComGoogleAndroidGmsPlayServicesIdentity750Library UP-TO-DATE
  397. :mobility:prepareComGoogleAndroidGmsPlayServicesLocation750Library UP-TO-DATE
  398. :mobility:prepareComGoogleAndroidGmsPlayServicesMaps750Library UP-TO-DATE
  399. :mobility:prepareComGoogleAndroidGmsPlayServicesNearby750Library UP-TO-DATE
  400. :mobility:prepareComGoogleAndroidGmsPlayServicesPanorama750Library UP-TO-DATE
  401. :mobility:prepareComGoogleAndroidGmsPlayServicesPlus750Library UP-TO-DATE
  402. :mobility:prepareComGoogleAndroidGmsPlayServicesSafetynet750Library UP-TO-DATE
  403. :mobility:prepareComGoogleAndroidGmsPlayServicesWallet750Library UP-TO-DATE
  404. :mobility:prepareComGoogleAndroidGmsPlayServicesWearable750Library UP-TO-DATE
  405. :mobility:prepareComGoogleMapsAndroidAndroidMapsUtils034Library UP-TO-DATE
  406. :mobility:prepareDebugDependencies
  407. :mobility:compileDebugAidl UP-TO-DATE
  408. :mobility:compileDebugRenderscript UP-TO-DATE
  409. :mobility:generateDebugBuildConfig UP-TO-DATE
  410. :mobility:generateDebugAssets UP-TO-DATE
  411. :mobility:mergeDebugAssets UP-TO-DATE
  412. :mobility:generateDebugResValues UP-TO-DATE
  413. :mobility:generateDebugResources UP-TO-DATE
  414. :mobility:mergeDebugResources UP-TO-DATE
  415. :mobility:processDebugManifest UP-TO-DATE
  416. :mobility:processDebugResources UP-TO-DATE
  417. :mobility:generateDebugSources UP-TO-DATE
  418. :mobility:processDebugJavaRes UP-TO-DATE
  419. :mobility:compileDebugJava UP-TO-DATE
  420. :mobility:compileDebugNdk UP-TO-DATE
  421. :mobility:compileDebugSources UP-TO-DATE
  422. :mobility:preDexDebug UP-TO-DATE
  423. :mobility:dexDebug UP-TO-DATE
  424. :mobility:validateMyConfigSigning
  425. :mobility:packageDebug UP-TO-DATE
  426. :mobility:zipalignDebug UP-TO-DATE
  427. :mobility:assembleDebug UP-TO-DATE
  428.  
  429. BUILD SUCCESSFUL
  430.  
  431. Total time: 2.959 secs
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement