Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[important-less-bug] Sending non-protected broadcast #39

Closed
huajijam opened this issue Jun 15, 2023 · 7 comments
Closed

[important-less-bug] Sending non-protected broadcast #39

huajijam opened this issue Jun 15, 2023 · 7 comments

Comments

@huajijam
Copy link

huajijam commented Jun 15, 2023

Device: Pixel 7 Pro Android 13 May update
App: https://github.com/KitsunePie/AppErrorsTracking
Log file: log.log

@huajijam
Copy link
Author

image

@fankes
Copy link
Collaborator

fankes commented Jun 15, 2023

该问题只会在 Pixel 7 Pro 上发生吗,我使用其它类原生 Android 13 不能复现该问题

@huajijam
Copy link
Author

huajijam commented Jun 15, 2023

该问题只会在 Pixel 7 Pro 上发生吗,我使用其它类原生 Android 13 不能复现该问题

不清楚 我在查我的系统的system die的原因的log 顺带找到的这段log

@fankes
Copy link
Collaborator

fankes commented Jun 15, 2023

是什么情况下发生的

@fankes
Copy link
Collaborator

fankes commented Jun 15, 2023

如果它没造成任何异常,那么这个警告其实可以忽略 这里

@fankes
Copy link
Collaborator

fankes commented Jun 15, 2023

因为这个东西只是一个日志:

        // The vast majority of broadcasts sent from system internals
        // should be protected to avoid security holes, so yell loudly
        // to ensure we examine these cases.
        if (callerApp != null) {
            Log.wtf(TAG, "Sending non-protected broadcast " + action
                            + " from system " + callerApp.toShortString() + " pkg " + callerPackage,
                    new Throwable());
        } else {
            Log.wtf(TAG, "Sending non-protected broadcast " + action
                            + " from system uid " + UserHandle.formatUid(callingUid)
                            + " pkg " + callerPackage,
                    new Throwable());
        }

@fankes fankes changed the title [bug] Sending non-protected broadcast [important-less-bug] Sending non-protected broadcast Jun 15, 2023
@huajijam
Copy link
Author

未见明显异常 无视处理

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants