마스터Q&A 안드로이드는 안드로이드 개발자들의 질문과 답변을 위한 지식 커뮤니티 사이트입니다. 안드로이드펍에서 운영하고 있습니다. [사용법, 운영진]

Unable to get current module info in ModuleManager 에러가 어떤뜻이가요 ㅠ

0 추천

- 오류메시지 내용 - 

2021-03-16 16:20:15.805 2032-2077/system_process E/libprocessgroup: getpgid(24935) failed: Permission denied
2021-03-16 16:20:16.202 2228-2741/com.google.android.gms.persistent E/ModuleIdSetter: exception when setting module id
    java.lang.IllegalStateException: Unable to get current module info in ModuleManager created with non-module Context
        at com.google.android.chimera.config.ModuleManager.getCurrentModule(:com.google.android.gms@202414022@20.24.14 (040700-319035315):2)
        at aewd.a(:com.google.android.gms@202414022@20.24.14 (040700-319035315):4)
        at aewg.b(:com.google.android.gms@202414022@20.24.14 (040700-319035315):9)
        at aeso.a(Unknown Source:0)
        at rpm.a(:com.google.android.gms@202414022@20.24.14 (040700-319035315):0)
        at rlv.c(:com.google.android.gms@202414022@20.24.14 (040700-319035315):1)
        at rlt.b(:com.google.android.gms@202414022@20.24.14 (040700-319035315):1)
        at rok.b(:com.google.android.gms@202414022@20.24.14 (040700-319035315):6)
        at rok.c(:com.google.android.gms@202414022@20.24.14 (040700-319035315):6)
        at rok.b(:com.google.android.gms@202414022@20.24.14 (040700-319035315):10)
        at rok.a(:com.google.android.gms@202414022@20.24.14 (040700-319035315):17)
        at rok.g(:com.google.android.gms@202414022@20.24.14 (040700-319035315):3)
        at sdr.a(:com.google.android.gms@202414022@20.24.14 (040700-319035315):2)
        at scr.a(:com.google.android.gms@202414022@20.24.14 (040700-319035315):10)
        at sci.a(:com.google.android.gms@202414022@20.24.14 (040700-319035315):0)
        at scl.handleMessage(:com.google.android.gms@202414022@20.24.14 (040700-319035315):28)
        at android.os.Handler.dispatchMessage(Handler.java:107)
        at aekz.a(:com.google.android.gms@202414022@20.24.14 (040700-319035315):2)
        at aekz.dispatchMessage(:com.google.android.gms@202414022@20.24.14 (040700-319035315):14)
        at android.os.Looper.loop(Looper.java:214)
        at android.os.HandlerThread.run(HandlerThread.java:67)
2021-03-16 16:20:16.333 2032-2074/system_process E/memtrack: Couldn't load memtrack module
2021-03-16 16:20:16.403 2228-2228/com.google.android.gms.persistent E/BeaconBle: Missing BluetoothAdapter [CONTEXT service_id=111 ]
2021-03-16 16:20:16.422 2228-2228/com.google.android.gms.persistent E/BeaconBle: Scan couldn't start for Places [CONTEXT service_id=111 ]
2021-03-16 16:20:27.668 2032-3262/system_process E/memtrack: Couldn't load memtrack module
2021-03-16 16:21:02.212 1845-1845/? E/netmgr: Failed to open QEMU pipe 'qemud:network': Invalid argument
2021-03-16 16:21:10.715 1854-1854/? E/wifi_forwarder: RemoteConnection failed to initialize: RemoteConnection failed to open pipe

 - 발생 원인 - 

안드로이드 실행 중 

Intent intent = new Intent(this, MenuActivity.class);

this.startActivity(intent);
this.finish();
액티비티 이동후 3초있다 앱이 꺼져버립니다 뭐가 원인인지 감도 안잡히네요.

 

골든레미 (250 포인트) 님이 2021년 3월 16일 질문
Permission denied라고 첫라인에 에러원인이 있네요. Chimera Module을 찾아보니 팩토리 리셑과 관련이 있네요.
혹 로그캣에서 로그를 캡쳐하실 때 님의 앱에 해당하는 내용만 캡쳐하신 건가요?

답변 달기

· 글에 소스 코드 보기 좋게 넣는 법
· 질문에 대해 추가적인 질문이나 의견이 있으면 답변이 아니라 댓글로 달아주시기 바랍니다.
표시할 이름 (옵션):
개인정보: 당신의 이메일은 이 알림을 보내는데만 사용됩니다.
스팸 차단 검사:
스팸 검사를 다시 받지 않으려면 로그인하거나 혹은 가입 하세요.
...