SecurityException - Unknown calling package name -Android 6.0.1
My app is on app store for since over than two years, I recieved this crash on Crashlytics for the last two builds, only for Android devices with "Android 6.0.1"
**Fatal Exception: java.lang.SecurityException
Unknown calling package name 'my_package_name'.**
android.os.Parcel.readException (Parcel.java:1620)
android.os.Parcel.readException (Parcel.java:1573)
com.google.android.gms.common.internal.zzs$zza$zza.zza (Unknown Source)
com.google.android.gms.common.internal.zzj.zza (Unknown Source)
com.google.android.gms.internal.zzlg$zzf.zznO (Unknown Source)
com.google.android.gms.internal.zzlg$zzi.run (Unknown Source)
java.util.concurrent.Executors$RunnableAdapter.call (Executors.java:423)
java.util.concurrent.FutureTask.run (FutureTask.java:237)
java.util.concurrent.ThreadPoolExecutor.runWorker
(ThreadPoolExecutor.java:1113)
java.util.concurrent.ThreadPoolExecutor$Worker.run
(ThreadPoolExecutor.java:588)
java.lang.Thread.run (Thread.java:818)
Thanks.
android security android-6.0-marshmallow
add a comment |
My app is on app store for since over than two years, I recieved this crash on Crashlytics for the last two builds, only for Android devices with "Android 6.0.1"
**Fatal Exception: java.lang.SecurityException
Unknown calling package name 'my_package_name'.**
android.os.Parcel.readException (Parcel.java:1620)
android.os.Parcel.readException (Parcel.java:1573)
com.google.android.gms.common.internal.zzs$zza$zza.zza (Unknown Source)
com.google.android.gms.common.internal.zzj.zza (Unknown Source)
com.google.android.gms.internal.zzlg$zzf.zznO (Unknown Source)
com.google.android.gms.internal.zzlg$zzi.run (Unknown Source)
java.util.concurrent.Executors$RunnableAdapter.call (Executors.java:423)
java.util.concurrent.FutureTask.run (FutureTask.java:237)
java.util.concurrent.ThreadPoolExecutor.runWorker
(ThreadPoolExecutor.java:1113)
java.util.concurrent.ThreadPoolExecutor$Worker.run
(ThreadPoolExecutor.java:588)
java.lang.Thread.run (Thread.java:818)
Thanks.
android security android-6.0-marshmallow
I'm also getting the same error log. any solution??
– Vivek Kumar Srivastava
Feb 3 '17 at 14:26
+1 API level 19 / LG-D959. Curiously enough, I am seeing this using Firebase Crash Reporting, and the only device reporting the issue has / had a connection state properly of "disconnected". Maybe has something to do with it?
– Bonefish
Mar 17 '17 at 1:15
hi did you find a valid solution for this issue? thanks.
– savepopulation
May 15 '17 at 10:16
add a comment |
My app is on app store for since over than two years, I recieved this crash on Crashlytics for the last two builds, only for Android devices with "Android 6.0.1"
**Fatal Exception: java.lang.SecurityException
Unknown calling package name 'my_package_name'.**
android.os.Parcel.readException (Parcel.java:1620)
android.os.Parcel.readException (Parcel.java:1573)
com.google.android.gms.common.internal.zzs$zza$zza.zza (Unknown Source)
com.google.android.gms.common.internal.zzj.zza (Unknown Source)
com.google.android.gms.internal.zzlg$zzf.zznO (Unknown Source)
com.google.android.gms.internal.zzlg$zzi.run (Unknown Source)
java.util.concurrent.Executors$RunnableAdapter.call (Executors.java:423)
java.util.concurrent.FutureTask.run (FutureTask.java:237)
java.util.concurrent.ThreadPoolExecutor.runWorker
(ThreadPoolExecutor.java:1113)
java.util.concurrent.ThreadPoolExecutor$Worker.run
(ThreadPoolExecutor.java:588)
java.lang.Thread.run (Thread.java:818)
Thanks.
android security android-6.0-marshmallow
My app is on app store for since over than two years, I recieved this crash on Crashlytics for the last two builds, only for Android devices with "Android 6.0.1"
**Fatal Exception: java.lang.SecurityException
Unknown calling package name 'my_package_name'.**
android.os.Parcel.readException (Parcel.java:1620)
android.os.Parcel.readException (Parcel.java:1573)
com.google.android.gms.common.internal.zzs$zza$zza.zza (Unknown Source)
com.google.android.gms.common.internal.zzj.zza (Unknown Source)
com.google.android.gms.internal.zzlg$zzf.zznO (Unknown Source)
com.google.android.gms.internal.zzlg$zzi.run (Unknown Source)
java.util.concurrent.Executors$RunnableAdapter.call (Executors.java:423)
java.util.concurrent.FutureTask.run (FutureTask.java:237)
java.util.concurrent.ThreadPoolExecutor.runWorker
(ThreadPoolExecutor.java:1113)
java.util.concurrent.ThreadPoolExecutor$Worker.run
(ThreadPoolExecutor.java:588)
java.lang.Thread.run (Thread.java:818)
Thanks.
android security android-6.0-marshmallow
android security android-6.0-marshmallow
edited Jan 29 '17 at 12:39
S qasem
asked Jan 29 '17 at 11:27
S qasemS qasem
936
936
I'm also getting the same error log. any solution??
– Vivek Kumar Srivastava
Feb 3 '17 at 14:26
+1 API level 19 / LG-D959. Curiously enough, I am seeing this using Firebase Crash Reporting, and the only device reporting the issue has / had a connection state properly of "disconnected". Maybe has something to do with it?
– Bonefish
Mar 17 '17 at 1:15
hi did you find a valid solution for this issue? thanks.
– savepopulation
May 15 '17 at 10:16
add a comment |
I'm also getting the same error log. any solution??
– Vivek Kumar Srivastava
Feb 3 '17 at 14:26
+1 API level 19 / LG-D959. Curiously enough, I am seeing this using Firebase Crash Reporting, and the only device reporting the issue has / had a connection state properly of "disconnected". Maybe has something to do with it?
– Bonefish
Mar 17 '17 at 1:15
hi did you find a valid solution for this issue? thanks.
– savepopulation
May 15 '17 at 10:16
I'm also getting the same error log. any solution??
– Vivek Kumar Srivastava
Feb 3 '17 at 14:26
I'm also getting the same error log. any solution??
– Vivek Kumar Srivastava
Feb 3 '17 at 14:26
+1 API level 19 / LG-D959. Curiously enough, I am seeing this using Firebase Crash Reporting, and the only device reporting the issue has / had a connection state properly of "disconnected". Maybe has something to do with it?
– Bonefish
Mar 17 '17 at 1:15
+1 API level 19 / LG-D959. Curiously enough, I am seeing this using Firebase Crash Reporting, and the only device reporting the issue has / had a connection state properly of "disconnected". Maybe has something to do with it?
– Bonefish
Mar 17 '17 at 1:15
hi did you find a valid solution for this issue? thanks.
– savepopulation
May 15 '17 at 10:16
hi did you find a valid solution for this issue? thanks.
– savepopulation
May 15 '17 at 10:16
add a comment |
1 Answer
1
active
oldest
votes
I had same issue and reached to user who gets crash by phone. User says that he cloned my app with a third party application and he's trying to use both apps in same device and gets crash.
With a quick search, i found some applications in Google Play which clones apps.
I'm not sure if there's a valid way for handling this crash such as trying to get support from Google or is it right to take action for this issue. For now, i'll ignore the crashes cause only 1 user gets these crashes.
Good luck.
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f41920377%2fsecurityexception-unknown-calling-package-name-android-6-0-1%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I had same issue and reached to user who gets crash by phone. User says that he cloned my app with a third party application and he's trying to use both apps in same device and gets crash.
With a quick search, i found some applications in Google Play which clones apps.
I'm not sure if there's a valid way for handling this crash such as trying to get support from Google or is it right to take action for this issue. For now, i'll ignore the crashes cause only 1 user gets these crashes.
Good luck.
add a comment |
I had same issue and reached to user who gets crash by phone. User says that he cloned my app with a third party application and he's trying to use both apps in same device and gets crash.
With a quick search, i found some applications in Google Play which clones apps.
I'm not sure if there's a valid way for handling this crash such as trying to get support from Google or is it right to take action for this issue. For now, i'll ignore the crashes cause only 1 user gets these crashes.
Good luck.
add a comment |
I had same issue and reached to user who gets crash by phone. User says that he cloned my app with a third party application and he's trying to use both apps in same device and gets crash.
With a quick search, i found some applications in Google Play which clones apps.
I'm not sure if there's a valid way for handling this crash such as trying to get support from Google or is it right to take action for this issue. For now, i'll ignore the crashes cause only 1 user gets these crashes.
Good luck.
I had same issue and reached to user who gets crash by phone. User says that he cloned my app with a third party application and he's trying to use both apps in same device and gets crash.
With a quick search, i found some applications in Google Play which clones apps.
I'm not sure if there's a valid way for handling this crash such as trying to get support from Google or is it right to take action for this issue. For now, i'll ignore the crashes cause only 1 user gets these crashes.
Good luck.
edited Jan 2 at 6:28
answered May 15 '17 at 15:17
savepopulationsavepopulation
7,80943552
7,80943552
add a comment |
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f41920377%2fsecurityexception-unknown-calling-package-name-android-6-0-1%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
I'm also getting the same error log. any solution??
– Vivek Kumar Srivastava
Feb 3 '17 at 14:26
+1 API level 19 / LG-D959. Curiously enough, I am seeing this using Firebase Crash Reporting, and the only device reporting the issue has / had a connection state properly of "disconnected". Maybe has something to do with it?
– Bonefish
Mar 17 '17 at 1:15
hi did you find a valid solution for this issue? thanks.
– savepopulation
May 15 '17 at 10:16