우물안에서 보는 하늘도 맑다

오틸라의 안드로이드 앱 만들기 강좌 : 힐링 #4 공부하기 본문

경단녀에서 "나"로 돌아가기/안드로이드

오틸라의 안드로이드 앱 만들기 강좌 : 힐링 #4 공부하기

몽염이 2019. 11. 5. 09:29
반응형

* 안드로이드 스튜디오 프로젝트 Export 백업하는 방법

  - File > Export to Zip File 선택

Export to Zip File 선택

  - Export 할 프로젝트를 선택하고 OK

Export 팝업창

  - 선택한 폴더로 가서 ZIP 파일을 확인

Export한 ZIP 파일 확인

 

* 날짜 추가중, gravity에 right 적용 안됨

item_main_row.xml

                  <TextView

                android:id="@+id/itemDate"
                android:layout_width="wrap_content"
                android:layout_height="match_parent"
                android:layout_gravity="center"
                android:gravity="right|bottom" -------------------------------------> bottom은 적용되는 right 적용 안됨
                android:text="2018-06-29" />

 

 

* Glide

 - 웹에 URL 로 있는 이미지를 페이드 인(Fade In:점점 하얗게 되는 것) 하는 모듈

https://github.com/bumptech/glide

 

 

* Glide(그라이더) 적용 중 아래와 같은 오류 발생

  - 처음에는 새로 추가한 날짜(itemDate)의 위치가 잘못 잡혀서 그런줄 알고 item_main_row.xml에서 ItemDate TextView 속성을 계속 변경해봄

  - 이미지가 인터넷상에서 잘 불러지지 않아 발생한 문제 인 것 같아서 검색해봄

    - 오류메세지 : java.io.IOException: Cleartext HTTP traffic to ojsfile.ohmynews.com not permitted

    - 참고 URL : 사슴벌레님 블로그 https://poporo3197.tistory.com/7 

    - 원인 : 역시 웹이미지 파일이 불러와지지 않음

    - 해결 : AndroidManifest.xml 파일안에 <Application 에 android:usesCleartextTraffic="true" 추가함

  

오류 화면
극뽁~!

- 추가 문제

    - 이미지가 정상적으로 불러 졌을 때도 오른쪽에 여백이 생겨버림

    - 각 Layout 에 layout_width="match_parent" 변경해주고 해결함 

 

* Glide 에서 .jpg와 같이 끝나는 URL은 정상,  https://images.app.goo.gl/fbuWH8qDnTU8vLjZ9 와 같은 URL은 나오지 않음

 

 

* FireBase 설정

https://firebase.google.com/docs/database/android/start

 

Android에서 설치 및 설정  |  Firebase 실시간 데이터베이스

Firebase에 앱 연결 아직 추가하지 않았다면 Android 프로젝트에 Firebase를 추가합니다. 프로젝트 수준 build.gradle 파일의 buildscript 및 allprojects 섹션에 Google의 Maven 저장소가 포함되어야 합니다. 앱에 실시간 데이터베이스 추가 앱 수준 build.gradle 파일에 실시간 데이터베이스에 대한 종속 항목을 추가합니다. implementation 'com.google.firebase:firebase

firebase.google.com

https://firebase.google.com/docs/firestore/quickstart?authuser=0

 

Cloud Firestore 시작하기  |  Firebase

빠른 시작에서는 Cloud Firestore를 설정하고 데이터를 추가한 후 Firebase Console에서 방금 추가한 데이터를 확인하는 방법을 볼 수 있습니다. Cloud Firestore 데이터베이스 만들기 Firebase 프로젝트를 아직 만들지 않았다면 Firebase Console에서 프로젝트 추가를 클릭한 후 화면의 안내에 따라 Firebase 프로젝트를 만들거나 기존 GCP 프로젝트에 Firebase 서비스를 추가합니다. Console의 탐색

firebase.google.com

에러메세지 2019-11-05 13:30:41.389 2019-2019/system_process E/LoadedApk: Unable to instantiate appComponentFactory 
    java.lang.ClassNotFoundException: Didn't find class "androidx.core.app.CoreComponentFactory" on path: DexPathList[[],nativeLibraryDirectories=[/data/app/com.bliss.csc.agmhealing-jXNRvBOnuJ_0R37mWxIHtA==/lib/x86, /system/lib, /system/product/lib]] 
        at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:196) 
        at java.lang.ClassLoader.loadClass(ClassLoader.java:379) 
        at java.lang.ClassLoader.loadClass(ClassLoader.java:312) 
        at android.app.LoadedApk.createAppFactory(LoadedApk.java:256) 
        at android.app.LoadedApk.updateApplicationInfo(LoadedApk.java:370) 
        at android.app.ActivityThread.handleDispatchPackageBroadcast(ActivityThread.java:5951) 
        at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1941) 
        at android.os.Handler.dispatchMessage(Handler.java:107) 
        at android.os.Looper.loop(Looper.java:214) 
        at com.android.server.SystemServer.run(SystemServer.java:541) 
        at com.android.server.SystemServer.main(SystemServer.java:349) 
        at java.lang.reflect.Method.invoke(Native Method) 
        at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:492) 
        at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:908)
해결방법

-keep class androidx.core.app.CoreComponentFactory{*;}

를 proguard-rules.pro에 추가하고 해결함

참조URL https://ddolcat.tistory.com/267

 

 

 

* Database에 data가 setValue 가 안됨

  - 원인 : 엉뚱한 창을 보고 있었다. 언제부터 추가되었는지는 모르지만

Database가 두 종류로 되어 있다. Cloud Firestore 와 RealTime Database

기본으로 Cloud Firestore로 되어 있어서 데이타가 안보였던 것

RealTime Database로 변경하고 규칙을 모두 공개로 설정하니 잘 된다

{
  /* Visit https://firebase.google.com/docs/database/security to learn more about security rules. */
  "rules": {
    ".read": true, 
    ".write": true
  }
}

 

* 마지막 TEST Data를 board 테이블에 5개 넣기 성공! 다음 강의로 출발~!

**********************  아래는 아직 해결되지 않은 오류 메세지들~~~~***********************************

* 마지막 아래 댓글 부분이 안보임

- content.xml 에 RecyclerView에 app:layout_behavior="@string/appbar_scrolling_view_behavior" 속성을 삭제하면 하단이 잘리지 않고 잘 보이지만

반대로 첫벗째 카드 상단이 잘리는 문제가 발생하여 원복함.

나중에 확인해 볼 것!!

app:layout_behavior="@string/appbar_scrolling_view_behavior"

2019-11-06 23:16:53.969 2662-3366/com.google.android.gms.persistent W/GCoreFlp: No location to return for getLastLocation()
2019-11-06 23:16:53.996 4843-4913/com.android.chrome W/DynamiteModule: Local module descriptor class for com.google.android.gms.googlecertificates not found.
2019-11-06 23:16:54.009 3886-3909/com.google.android.apps.messaging E/BugleRcsEngine: [186] odm.getFile: File not found.: /data/user/0/com.google.android.apps.messaging/files/httpft_pending: open failed: ENOENT (No such file or directory)
     libcore.io.IoBridge.open(IoBridge.java:496)
     java.io.FileInputStream.(FileInputStream.java:159)
     android.app.ContextImpl.openFileInput(ContextImpl.java:600)
     android.content.ContextWrapper.openFileInput(ContextWrapper.java:206)
     odm.getFile(SourceFile:51)
     odm.buildFiles(SourceFile:7)
     com.google.android.apps.messaging.rcsmigration.RcsStateProvider.buildRcsState(SourceFile:63)
     com.google.android.apps.messaging.rcsmigration.RcsStateProvider.getRcsState(SourceFile:6)
     com.google.android.ims.rcsmigration.IRcsStateProvider$Stub.dispatchTransaction(SourceFile:6)
     com.google.android.aidl.BaseStub.onTransact(SourceFile:11)
     android.os.Binder.execTransactInternal(Binder.java:1021)
     android.os.Binder.execTransact(Binder.java:994)

-----------------------------------------------------------

2019-11-06 23:16:54.056 3886-3909/com.google.android.apps.messaging I/BugleRcsEngine: [186] RcsStateProvider.onMigrationComplete: Migration complete.
2019-11-06 23:16:54.073 3886-3909/com.google.android.apps.messaging I/BugleRcsEngine: [186] omj.shouldUseCarrierServicesApkForV1Apis: Checking if using CarrierServices.apk is possible. Enabled: true, isAtLeastM: true, runningInsideBugle: true
2019-11-06 23:16:54.088 3886-3909/com.google.android.apps.messaging I/BugleRcsEngine: [186] RcsStateProvider.onMigrationComplete: Rcs Engine should be running in cs.apk. Stopping JibeService.
2019-11-06 23:16:54.090 3886-3909/com.google.android.apps.messaging I/BugleRcsEngine: [186] RcsStateProvider.onMigrationComplete: JibeService stopped: false
2019-11-06 23:16:54.090 3886-3909/com.google.android.apps.messaging I/BugleRcsEngine: [186] snl.connect: Connecting ChatSessionService
2019-11-06 23:16:54.094 3886-3909/com.google.android.apps.messaging I/BugleRcsEngine: [186] snl.connect: shouldUseCarrierServicesJibeService: true, CarrierServices rcs service found: true
2019-11-06 23:16:54.094 3886-3909/com.google.android.apps.messaging I/BugleRcsEngine: [186] snl.connect: Binding to JibeService in CarrierServices.
2019-11-06 23:16:54.119 4788-4832/com.google.android.googlequicksearchbox:search E/ThreadChecker: Current thread does not allow interface com.google.common.m.b.e
    java.lang.IllegalStateException: Current thread does not allow interface com.google.common.m.b.e
        at com.google.android.libraries.gsa.m.k.c(SourceFile:16)
        at com.google.android.apps.gsa.staticplugins.dn.c.a(Unknown Source:1)
        at com.google.common.base.ck.a(SourceFile:6)
        at com.google.android.apps.gsa.staticplugins.dn.j.run(Unknown Source:2)
        at com.google.android.apps.gsa.v.d.a.c.run(Unknown Source:2)
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:462)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at com.google.android.apps.gsa.v.d.a.f.run(SourceFile:16)
        at com.google.android.apps.gsa.v.d.a.n.run(Unknown Source:3)
        at com.google.android.apps.gsa.shared.util.c.b.f.run(Unknown Source:3)
        at com.google.android.apps.gsa.shared.util.c.b.bj.run(SourceFile:3)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
        at java.lang.Thread.run(Thread.java:919)
        at com.google.android.apps.gsa.shared.util.c.b.m.run(SourceFile:6)

-----------------------------------------------------------

2019-11-06 23:16:55.947 3886-3909/com.google.android.apps.messaging W/RcsProvisioning: Failed to read configuration: /data/user/0/com.google.android.apps.messaging/files/rcsconfig: open failed: ENOENT (No such file or directory)
2019-11-06 23:16:55.966 2437-4967/com.google.android.apps.nexuslauncher D/ProtoStore: no cached data
2019-11-06 23:16:55.972 3886-3909/com.google.android.apps.messaging W/RcsProvisioning: java.io.FileNotFoundException: /data/user/0/com.google.android.apps.messaging/files/rcsconfig: open failed: ENOENT (No such file or directory)
        at libcore.io.IoBridge.open(IoBridge.java:496)
        at java.io.FileInputStream.(FileInputStream.java:159)
        at android.app.ContextImpl.openFileInput(ContextImpl.java:600)
        at android.content.ContextWrapper.openFileInput(ContextWrapper.java:206)
        at opj.a(SourceFile:1)
        at oal.a(SourceFile:4)
        at com.google.android.ims.provisioning.RcsConfigurationManager.a(SourceFile:6)
        at odm.buildConferencesFileName(SourceFile:57)
        at com.google.android.apps.messaging.rcsmigration.RcsStateProvider.onMigrationComplete(SourceFile:37)
        at com.google.android.ims.rcsmigration.IRcsStateProvider$Stub.dispatchTransaction(SourceFile:9)
        at com.google.android.aidl.BaseStub.onTransact(SourceFile:11)
        at android.os.Binder.execTransactInternal(Binder.java:1021)
        at android.os.Binder.execTransact(Binder.java:994)
     Caused by: android.system.ErrnoException: open failed: ENOENT (No such file or directory)
        at libcore.io.Linux.open(Native Method)
        at libcore.io.ForwardingOs.open(ForwardingOs.java:167)
        at libcore.io.BlockGuardOs.open(BlockGuardOs.java:252)
        at libcore.io.ForwardingOs.open(ForwardingOs.java:167)
        at android.app.ActivityThread$AndroidOs.open(ActivityThread.java:7255)
        at libcore.io.IoBridge.open(IoBridge.java:482)
        at java.io.FileInputStream.(FileInputStream.java:159) 
        at android.app.ContextImpl.openFileInput(ContextImpl.java:600) 
        at android.content.ContextWrapper.openFileInput(ContextWrapper.java:206) 
        at opj.a(SourceFile:1) 
        at oal.a(SourceFile:4) 
        at com.google.android.ims.provisioning.RcsConfigurationManager.a(SourceFile:6) 
        at odm.buildConferencesFileName(SourceFile:57) 
        at com.google.android.apps.messaging.rcsmigration.RcsStateProvider.onMigrationComplete(SourceFile:37) 
        at com.google.android.ims.rcsmigration.IRcsStateProvider$Stub.dispatchTransaction(SourceFile:9) 
        at com.google.android.aidl.BaseStub.onTransact(SourceFile:11) 
        at android.os.Binder.execTransactInternal(Binder.java:1021) 
        at android.os.Binder.execTransact(Binder.java:994) 

--------------------------------------------

2019-11-06 23:16:59.379 2878-3656/com.google.android.gms E/ProtoLiteUtils: Invalid message size: 1158152466 (buffer end is 22500)
2019-11-06 23:16:59.420 2878-4794/com.google.android.gms W/PhenotypeRegOp: Phenotype bulk registration failed
    java.util.concurrent.TimeoutException: Timed out waiting for Task
        at avgu.a(:com.google.android.gms@17786022@17.7.86 (040700-256199907):19)
        at com.google.android.gms.common.config.PhenotypeRegistrationOperation.a(:com.google.android.gms@17786022@17.7.86 (040700-256199907):3)
        at com.google.android.gms.common.config.PhenotypeRegistrationOperation.onHandleIntent(:com.google.android.gms@17786022@17.7.86 (040700-256199907):61)
        at com.google.android.chimera.IntentOperation.onHandleIntent(:com.google.android.gms@17786022@17.7.86 (040700-256199907):2)
        at qmh.onHandleIntent(:com.google.android.gms@17786022@17.7.86 (040700-256199907):4)
        at efy.run(:com.google.android.gms@17786022@17.7.86 (040700-256199907):10)
        at efx.run(:com.google.android.gms@17786022@17.7.86 (040700-256199907):9)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
        at java.lang.Thread.run(Thread.java:919)

----------------------------------------------------------------

 

2019-11-06 23:17:18.218 2662-5502/com.google.android.gms.persistent E/PhenotypeConfigurationU: Phenotype platform registration failed for com.google.android.gms.settings.platform [CONTEXT service_id=204 ]
    java.util.concurrent.TimeoutException: Timed out waiting for Task
        at avgu.a(:com.google.android.gms@17786022@17.7.86 (040700-256199907):19)
        at com.google.android.gms.phenotype.platform.PhenotypeConfigurationUpdateListener.a(:com.google.android.gms@17786022@17.7.86 (040700-256199907):32)
        at com.google.android.gms.phenotype.platform.PhenotypeConfigurationUpdateListener.d(:com.google.android.gms@17786022@17.7.86 (040700-256199907):2)
        at com.google.android.gms.phenotype.platform.PhenotypeConfigurationUpdateListener.onHandleIntent(:com.google.android.gms@17786022@17.7.86 (040700-256199907):10)
        at com.google.android.chimera.IntentOperation.onHandleIntent(:com.google.android.gms@17786022@17.7.86 (040700-256199907):2)
        at qmh.onHandleIntent(:com.google.android.gms@17786022@17.7.86 (040700-256199907):4)
        at efy.run(:com.google.android.gms@17786022@17.7.86 (040700-256199907):10)
        at efx.run(:com.google.android.gms@17786022@17.7.86 (040700-256199907):9)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
        at java.lang.Thread.run(Thread.java:919)

----------------------------------------------------------------

2019-11-06 23:17:18.311 2662-5503/com.google.android.gms.persistent E/aujk: Error retrieving account [CONTEXT service_id=79 ]
    java.lang.IllegalStateException: No current tap-and-pay account
        at atod.b(:com.google.android.gms@17786022@17.7.86 (040700-256199907):4)
        at atod.a(:com.google.android.gms@17786022@17.7.86 (040700-256199907):1)
        at aujk.a(:com.google.android.gms@17786022@17.7.86 (040700-256199907):82)
        at com.google.android.gms.tapandpay.gcmtask.TapAndPayGcmTaskChimeraService.a(:com.google.android.gms@17786022@17.7.86 (040700-256199907):3)
        at com.google.android.gms.tapandpay.gcmtask.TapAndPayGcmTaskChimeraService.a(:com.google.android.gms@17786022@17.7.86 (040700-256199907):1)
        at atya.e(:com.google.android.gms@17786022@17.7.86 (040700-256199907):6)
        at atya.a(:com.google.android.gms@17786022@17.7.86 (040700-256199907):1)
        at com.google.android.gms.tapandpay.init.TapAndPayInitIntentOperation.onHandleIntent(:com.google.android.gms@17786022@17.7.86 (040700-256199907):4)
        at com.google.android.chimera.IntentOperation.onHandleIntent(:com.google.android.gms@17786022@17.7.86 (040700-256199907):2)
        at qmh.onHandleIntent(:com.google.android.gms@17786022@17.7.86 (040700-256199907):4)
        at efy.run(:com.google.android.gms@17786022@17.7.86 (040700-256199907):10)
        at efx.run(:com.google.android.gms@17786022@17.7.86 (040700-256199907):9)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
        at java.lang.Thread.run(Thread.java:919)

---------------------------------------------------------

2019-11-06 23:17:19.231 2878-3765/com.google.android.gms W/GoogleHttpServiceClient: Timeout on service connection
    java.lang.Throwable
        at acdk.a(:com.google.android.gms@17786022@17.7.86 (040700-256199907):5)
        at acdm.a(:com.google.android.gms@17786022@17.7.86 (040700-256199907):4)
        at acdm.a(:com.google.android.gms@17786022@17.7.86 (040700-256199907):1)
        at qhd.a(:com.google.android.gms@17786022@17.7.86 (040700-256199907):15)
        at qhn.a(:com.google.android.gms@17786022@17.7.86 (040700-256199907):1)
        at qhd.b(:com.google.android.gms@17786022@17.7.86 (040700-256199907):2)
        at qgv.a(:com.google.android.gms@17786022@17.7.86 (040700-256199907):217)
        at com.google.android.gms.checkin.CheckinChimeraService.a(:com.google.android.gms@17786022@17.7.86 (040700-256199907):172)
        at qgn.run(Unknown Source:4)
        at squ.b(:com.google.android.gms@17786022@17.7.86 (040700-256199907):37)
        at squ.run(:com.google.android.gms@17786022@17.7.86 (040700-256199907):21)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
        at swz.run(Unknown Source:7)
        at java.lang.Thread.run(Thread.java:919)

-------------------------------------------------------------------------------------

2019-11-06 23:17:20.150 2009-2034/system_process E/memtrack: Couldn't load memtrack module
2019-11-06 23:17:20.150 2009-2034/system_process W/android.os.Debug: failed to get memory consumption info: -1
2019-11-06 23:17:20.159 1764-2222/? E/GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
2019-11-06 23:17:20.159 1764-2222/? E/GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
2019-11-06 23:17:20.213 5258-5457/com.google.android.youtube E/FirebaseInstanceId: Token retrieval failed: INVALID_SENDER
2019-11-06 23:17:20.223 2662-5502/com.google.android.gms.persistent E/PhenotypeConfigurationU: Phenotype platform registration failed for com.google.android.gms.settings.platform.boot [CONTEXT service_id=204 ]
    java.util.concurrent.TimeoutException: Timed out waiting for Task
        at avgu.a(:com.google.android.gms@17786022@17.7.86 (040700-256199907):19)
        at com.google.android.gms.phenotype.platform.PhenotypeConfigurationUpdateListener.a(:com.google.android.gms@17786022@17.7.86 (040700-256199907):32)
        at com.google.android.gms.phenotype.platform.PhenotypeConfigurationUpdateListener.d(:com.google.android.gms@17786022@17.7.86 (040700-256199907):3)
        at com.google.android.gms.phenotype.platform.PhenotypeConfigurationUpdateListener.onHandleIntent(:com.google.android.gms@17786022@17.7.86 (040700-256199907):10)
        at com.google.android.chimera.IntentOperation.onHandleIntent(:com.google.android.gms@17786022@17.7.86 (040700-256199907):2)
        at qmh.onHandleIntent(:com.google.android.gms@17786022@17.7.86 (040700-256199907):4)
        at efy.run(:com.google.android.gms@17786022@17.7.86 (040700-256199907):10)
        at efx.run(:com.google.android.gms@17786022@17.7.86 (040700-256199907):9)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
        at java.lang.Thread.run(Thread.java:919)

------------------------------------------------------------------------

2019-11-06 23:17:29.570 2662-5502/com.google.android.gms.persistent E/PhenotypeConfigurationU: Phenotype platform registration failed for com.google.android.platform.package_manager_service [CONTEXT service_id=204 ]
    java.util.concurrent.TimeoutException: Timed out waiting for Task
        at avgu.a(:com.google.android.gms@17786022@17.7.86 (040700-256199907):19)
        at com.google.android.gms.phenotype.platform.PhenotypeConfigurationUpdateListener.a(:com.google.android.gms@17786022@17.7.86 (040700-256199907):32)
        at com.google.android.gms.phenotype.platform.PhenotypeConfigurationUpdateListener.d(:com.google.android.gms@17786022@17.7.86 (040700-256199907):6)
        at com.google.android.gms.phenotype.platform.PhenotypeConfigurationUpdateListener.onHandleIntent(:com.google.android.gms@17786022@17.7.86 (040700-256199907):10)
        at com.google.android.chimera.IntentOperation.onHandleIntent(:com.google.android.gms@17786022@17.7.86 (040700-256199907):2)
        at qmh.onHandleIntent(:com.google.android.gms@17786022@17.7.86 (040700-256199907):4)
        at efy.run(:com.google.android.gms@17786022@17.7.86 (040700-256199907):10)
        at efx.run(:com.google.android.gms@17786022@17.7.86 (040700-256199907):9)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
        at java.lang.Thread.run(Thread.java:919)
2019-11-06 23:17:29.624 2009-2034/system_process E/memtrack: Couldn't load memtrack module

---------------------------------------------------------------------------------

2019-11-06 23:17:29.723 5849-5849/com.google.android.calendar W/GrowthKit: Failed to initialize SyncGcoreGcmTaskService
    java.lang.NullPointerException: Unable to get GrowthKit Component from host app.
        at com.google.android.libraries.internal.growth.growthkit.inject.GrowthKit.get(GrowthKit.java:43)
        at com.google.android.libraries.internal.growth.growthkit.internal.jobs.impl.GrowthKitJobService.onCreate(GrowthKitJobService.java:66)
        at android.app.ActivityThread.handleCreateService(ActivityThread.java:3953)
        at android.app.ActivityThread.access$1500(ActivityThread.java:219)
        at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1875)
        at android.os.Handler.dispatchMessage(Handler.java:107)
        at android.os.Looper.loop(Looper.java:214)
        at android.app.ActivityThread.main(ActivityThread.java:7356)
        at java.lang.reflect.Method.invoke(Native Method)
        at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:492)
        at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:930)

---------------------------------------------------------------------------------

2019-11-06 23:17:29.832 2662-5575/com.google.android.gms.persistent W/GLSUser: [AppCertManager] IOException while requesting key: 
    java.io.IOException: Invalid device key response.
        at imb.a(:com.google.android.gms@17786022@17.7.86 (040700-256199907):48)
        at ima.a(:com.google.android.gms@17786022@17.7.86 (040700-256199907):13)
        at ilw.a(Unknown Source:0)
        at ilt.a(:com.google.android.gms@17786022@17.7.86 (040700-256199907):8)
        at hjl.call(:com.google.android.gms@17786022@17.7.86 (040700-256199907):7)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at squ.b(:com.google.android.gms@17786022@17.7.86 (040700-256199907):37)
        at squ.run(:com.google.android.gms@17786022@17.7.86 (040700-256199907):21)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
        at swz.run(Unknown Source:7)
        at java.lang.Thread.run(Thread.java:919)

---------------------------------------------------------------------------------

2019-11-06 23:17:32.986 2878-3656/com.google.android.gms E/ProtoLiteUtils: Invalid message size: 1158152466 (buffer end is 22500)
2019-11-06 23:17:33.227 2506-3159/com.google.android.inputmethod.latin E/C2QReflectionHelper: Failed to get Conv2QueryPeriodicMetadata.
    java.lang.NoSuchMethodException: evn.getInstance []
        at java.lang.Class.getMethod(Class.java:2072)
        at java.lang.Class.getDeclaredMethod(Class.java:2050)
        at feo.a(PG:5)
        at bre.a(PG:459)
        at brf.a(PG:178)
        at ecp.a(PG:5)
        at bre.a(PG:28)
        at ipl.a(PG:144)
        at ipl.handleMessage(PG:107)
        at android.os.Handler.dispatchMessage(Handler.java:103)
        at android.os.Looper.loop(Looper.java:214)
        at android.os.HandlerThread.run(HandlerThread.java:67)
2019-11-06 23:17:33.232 1764-2222/? E/GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
2019-11-06 23:17:33.232 1764-2222/? E/GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8

---------------------------------------------------------------------------------

019-11-06 23:17:36.108 5849-5849/com.google.android.calendar W/GrowthKit: Failed to get phenotypeManager in PhenotypeBroadcastReceiver
    java.lang.NullPointerException: Unable to get GrowthKit Component from host app.
        at com.google.android.libraries.internal.growth.growthkit.inject.GrowthKit.get(GrowthKit.java:43)
        at com.google.android.libraries.internal.growth.growthkit.internal.experiments.impl.PhenotypeBroadcastReceiver.onReceive(PhenotypeBroadcastReceiver.java:25)
        at android.app.ActivityThread.handleReceiver(ActivityThread.java:3788)
        at android.app.ActivityThread.access$1400(ActivityThread.java:219)
        at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1870)
        at android.os.Handler.dispatchMessage(Handler.java:107)
        at android.os.Looper.loop(Looper.java:214)
        at android.app.ActivityThread.main(ActivityThread.java:7356)
        at java.lang.reflect.Method.invoke(Native Method)
        at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:492)
        at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:930)

---------------------------------------------------------------------------------

2019-11-06 23:17:38.813 2662-5502/com.google.android.gms.persistent E/aofg: Committing snapshot for com.google.android.platform.backup_service failed [CONTEXT service_id=204 ]
    java.util.concurrent.TimeoutException: Timed out waiting for Task
        at avgu.a(:com.google.android.gms@17786022@17.7.86 (040700-256199907):19)
        at aofg.a(:com.google.android.gms@17786022@17.7.86 (040700-256199907):31)
        at aofg.b(:com.google.android.gms@17786022@17.7.86 (040700-256199907):11)
        at com.google.android.gms.phenotype.platform.PhenotypeConfigurationUpdateListener.a(:com.google.android.gms@17786022@17.7.86 (040700-256199907):6)
        at com.google.android.gms.phenotype.platform.PhenotypeConfigurationUpdateListener.onHandleIntent(:com.google.android.gms@17786022@17.7.86 (040700-256199907):10)
        at com.google.android.chimera.IntentOperation.onHandleIntent(:com.google.android.gms@17786022@17.7.86 (040700-256199907):2)
        at qmh.onHandleIntent(:com.google.android.gms@17786022@17.7.86 (040700-256199907):4)
        at efy.run(:com.google.android.gms@17786022@17.7.86 (040700-256199907):10)
        at efx.run(:com.google.android.gms@17786022@17.7.86 (040700-256199907):9)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
        at java.lang.Thread.run(Thread.java:919)

---------------------------------------------------------------------------------

2019-11-06 23:17:41.244 2662-5574/com.google.android.gms.persistent E/PhenotypeFlagCommitter: Retrieving snapshot for com.google.android.gms.phenotype failed
    java.lang.InterruptedException
        at java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1356)
        at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:278)
        at avgu.a(:com.google.android.gms@17786022@17.7.86 (040700-256199907):18)
        at aodk.a(:com.google.android.gms@17786022@17.7.86 (040700-256199907):2)
        at aodk.a(:com.google.android.gms@17786022@17.7.86 (040700-256199907):19)
        at aodk.a(:com.google.android.gms@17786022@17.7.86 (040700-256199907):31)
        at aoel.a(:com.google.android.gms@17786022@17.7.86 (040700-256199907):6)
        at com.google.android.gms.phenotype.sync.HeterodyneSyncTaskChimeraService.a(:com.google.android.gms@17786022@17.7.86 (040700-256199907):1)
        at com.google.android.gms.phenotype.sync.HeterodyneSyncTaskChimeraService.a(:com.google.android.gms@17786022@17.7.86 (040700-256199907):10)
        at aezd.run(:com.google.android.gms@17786022@17.7.86 (040700-256199907):5)
        at squ.b(:com.google.android.gms@17786022@17.7.86 (040700-256199907):37)
        at squ.run(:com.google.android.gms@17786022@17.7.86 (040700-256199907):21)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
        at swz.run(Unknown Source:7)
        at java.lang.Thread.run(Thread.java:919)

반응형