GithubHelp home page GithubHelp logo

Comments (7)

huajijam avatar huajijam commented on May 19, 2024

image

from yukihookapi.

fankes avatar fankes commented on May 19, 2024

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

from yukihookapi.

huajijam avatar huajijam commented on May 19, 2024

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

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

from yukihookapi.

fankes avatar fankes commented on May 19, 2024

是什么情况下发生的

from yukihookapi.

fankes avatar fankes commented on May 19, 2024

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

from yukihookapi.

fankes avatar fankes commented on May 19, 2024

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

        // 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());
        }

from yukihookapi.

huajijam avatar huajijam commented on May 19, 2024

未见明显异常 无视处理

from yukihookapi.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.