id
stringlengths
16
145
text
stringlengths
1
179k
title
stringclasses
1 value
android_memory_battery/ActivityThreadjava1_158_0.txt
| if ( DEBUG_CONFIGURATION ) { | Slog . v ( TAG , "Activity has newer configuration pending so this transaction will" | \+ " be dropped. overrideConfig=" \+ overrideConfig | \+ " pendingOverrideConfig=" \+ pendingOverrideConfig ); | } | return ; | } | mPendingOverrideConfigs . put ( token ...
android_memory_battery/245258072pli1_103_0.txt
fe...@googlemail.com<fe...@googlemail.com> #57Nov 24, 2022 11:44PM We are also experiencing this issue
android_memory_battery/android_battery_6_4.txt
ent) * [ Adopt Compose for teams ](/jetpack/compose/adopt) * Get started * [ Hello world ](/codelabs/basic-android-kotlin-compose-first-app) * [ Training courses ](/courses) * [ Tutorials ](/get-started/codelabs) * [ Kotlin for Android ](/kotlin) * [ Monetization with Play ↗️ ](https://play.google....
android_memory_battery/ActivityThreadjava1_138_0.txt
| throw new SuperNotCalledException ( | "Activity " \+ r . intent . getComponent (). toShortString () | \+ " did not call through to super.onPause()" ); | } | } catch ( SuperNotCalledException e ) { | throw e ; | } catch ( Exception e ) { | if (! mInstrumentation . onException (...
android_memory_battery/android_battery_6_0.txt
[ ![Android Developers](https://www.gstatic.com/devrel- devsite/prod/vdd667e8703bf3eb3250e728f4f199ed0baf72dd7a2c58290f8fa685e2652be47/android/images/lockup.svg) ](/) * [ Essentials ](https://developer.android.com/get-started) * Modern Android * Quickly bring your app to life with less code, using a modern d...
android_memory_battery/android_battery_0_4.txt
ent) * [ Adopt Compose for teams ](/jetpack/compose/adopt) * Get started * [ Hello world ](/codelabs/basic-android-kotlin-compose-first-app) * [ Training courses ](/courses) * [ Tutorials ](/get-started/codelabs) * [ Kotlin for Android ](/kotlin) * [ Monetization with Play ↗️ ](https://play.google....
android_memory_battery/245258072pli1_110_0.txt
The fix will be included in Android 13 QPR2 release.
android_memory_battery/android_battery_6_1.txt
m/quality) * [ Core value ](https://developer.android.com/quality/core-value) * [ User experience ](https://developer.android.com/quality/user-experience) * [ Technical quality ](https://developer.android.com/quality/technical) * [ Privacy & security ](https://developer.android.com/quality/privacy-and-secur...
android_memory_battery/245258072pli1_8_0.txt
vi...@google.com<vi...@google.com>Sep 7, 2022 12:49AM Assigned to vi...@google.com. vi...@google.com<vi...@google.com> #4Sep 7, 2022 03:51AM Thank you for reporting this issue. For us to further investigate this issue, please provide the following additional information:
android_memory_battery/ActivityThreadjava_3_0.txt
blob: 3e5b21f1335749fa59cef623f8d636457ec75b80 [ [ file ](/platform/frameworks/base/+/d630f105e8bc0021541aacb4dc6498a49048ecea/core/java/android/app/ActivityThread.java) ] [ [ log ](/platform/frameworks/base/+log/d630f105e8bc0021541aacb4dc6498a49048ecea/core/java/android/app/ActivityThread.java) ] [ [ blame ](/platform...
android_memory_battery/ActivityThreadjava1_187_0.txt
holder . info . name ); | } | } | return true ; | } | } | | final void completeRemoveProvider ( ProviderRefCount prc ) { | synchronized ( mProviderMap ) { | if (! prc . removePending ) { | // There was a race! Some other client managed to acquire | // the provider before the removal wa...
android_memory_battery/245258072pli1_128_0.txt
Has Samsung not issued a patch yet?
android_memory_battery/ActivityThreadjava1_120_0.txt
allowThreadDiskWrites (); | try { | PrintWriter pw = new FastPrintWriter ( new FileOutputStream ( | info . fd . getFileDescriptor ())); | | Resources . dumpHistory ( pw , "" ); | pw . flush (); | if ( info . finishCallback != null ) { | info . finishCallback . sendResult ( ...
android_memory_battery/ActivityThreadjava_56_0.txt
| | cv . setBitmap ( thumbnail ); | if (! r . activity . onCreateThumbnail ( thumbnail , cv )) { | mAvailThumbnailBitmap = thumbnail ; | thumbnail = null ; | } | } | | } catch ( Exception e ) { | if (! mInstrumentation . onException ( r . activity , e )) { | throw new ...
android_memory_battery/android_memory_2_4.txt
ent) * [ Adopt Compose for teams ](/jetpack/compose/adopt) * Get started * [ Hello world ](/codelabs/basic-android-kotlin-compose-first-app) * [ Training courses ](/courses) * [ Tutorials ](/get-started/codelabs) * [ Kotlin for Android ](/kotlin) * [ Monetization with Play ↗️ ](https://play.google....
android_memory_battery/android_battery_6_3.txt
libraries/app-startup) * Guides * [ Set up your environment for testing ](/topic/performance/appstartup/setup-env) * [ About background work ⍈ ](/guide/background) * [ Declare a device performance class ](/topic/performance/performance-class) * [ About App Standby Buckets ](/topic/per...
android_memory_battery/ActivityThreadjava1_94_0.txt
| r . activityInfo . loadLabel ( activityBaseContext . getPackageManager ()); | Configuration config = | new Configuration ( mConfigurationController . getCompatConfiguration ()); | if ( r . overrideConfig != null ) { | config . updateFrom ( r . overrideConfig ); | } | if ( DEBUG_...
android_memory_battery/androidappActivityTh_9_0.txt
Generated on Wed 16 Sep 2020 13:38:10 by [ Android ](https://github.com/senchalabs/jsduck) 6.0.0beta.
android_memory_battery/245258072pli1_5_0.txt
deleted Restricted 0 B Issue summary Similar issues Title Dupes +1s Created Broadcasts in android 14 0 5 Jan 2, 2024 Please add a throwable explaining the cause of exception for CannotPostForegroundServiceNotificationException 0 4 Aug 30, 2023 java.lang.IllegalArgumentException: Service not registered: com.android.serv...
android_memory_battery/245258072pli1_107_0.txt
Fatal Exception: android.app.RemoteServiceException$CannotDeliverBroadcastException can't deliver broadcast android.app.ActivityThread.throwRemoteServiceException (ActivityThread.java:1980) android.app.ActivityThread.-$$Nest$mthrowRemoteServiceException (ActivityThread.java) android.app.ActivityThread$H.handleMessage (...
android_memory_battery/ActivityThreadjava1_118_0.txt
); | Service s = mServices . get ( data . token ); | if ( DEBUG_SERVICE ) | Slog . v ( TAG , "handleBindService s=" \+ s \+ " rebind=" \+ data . rebind ); | if ( s != null ) { | try { | data . intent . setExtrasClassLoader ( s . getClassLoader ()); | data . intent . ...
android_memory_battery/ActivityThreadjava1_8_0.txt
| import android . provider . CallLog ; | import android . provider . ContactsContract ; | import android . provider . DeviceConfigInitializer ; | import android . provider . DeviceConfigServiceManager ; | import android . provider . Downloads ; | import android . provider . Fon...
android_memory_battery/245258072pli1_57_0.txt
android.app.ActivityThread$H.handleMessage(ActivityThread.java:2242)
android_memory_battery/ActivityThreadjava1_176_0.txt
| | try { | mgr . showWaitingForDebugger ( mAppThread , true ); | } catch ( RemoteException ex ) { | throw ex . rethrowFromSystemServer (); | } | | Debug . waitForDebugger (); | | try { | mgr . showWaitingForDebugger ( mAppThread , false ); | } catch ( RemoteException ex ) { ...
android_memory_battery/ActivityThreadjava_22_0.txt
',' ); | for ( int i = 0 ; i < stats . dbStats . size (); i ++) { | DbStats dbStats = stats . dbStats . get ( i ); | printRow ( pw , DB_INFO_FORMAT , dbStats . pageSize , dbStats . dbSize , | dbStats . lookaside , dbStats . cache , dbStats . dbName ); | pw . prin...
android_memory_battery/ActivityThreadjava1_79_0.txt
| final int myRss = memInfo . getOtherRss ( i ); | if ( myPss != 0 || mySharedDirty != 0 || myPrivateDirty != 0 | || mySharedClean != 0 || myPrivateClean != 0 || myRss != 0 | || ( memInfo . hasSwappedOutPss ? mySwappedOutPss : mySwappedOut ) != 0 ) { | if ( dumpFullInf...
android_memory_battery/ActivityThreadjava1_65_0.txt
| return ( am != null && am . getApplication () != null ) | ? am . getApplication (). getAttributionSource () : null ; | } | | @UnsupportedAppUsage | public static String currentPackageName () { | ActivityThread am = currentActivityThread (); | return ( am != null && am . mBou...
android_memory_battery/ActivityThreadjava_48_0.txt
| Service service = null ; | try { | java . lang . ClassLoader cl = packageInfo . getClassLoader (); | service = ( Service ) cl . loadClass ( data . info . name ). newInstance (); | } catch ( Exception e ) { | if (! mInstrumentation . onException ( service , e )) { | ...
android_memory_battery/245258072pli1_129_0.txt
Fatal Exception: android.app.RemoteServiceException$CannotDeliverBroadcastException: can't deliver broadcast at android.app.ActivityThread.throwRemoteServiceException(ActivityThread.java:2219) at android.app.ActivityThread.-$$Nest$mthrowRemoteServiceException() at android.app.ActivityThread$H.handleMessage(ActivityThre...
android_memory_battery/ActivityThreadjava_21_0.txt
',' ); | | // Heap info - free | pw . print ( nativeFree ); pw . print ( ',' ); | pw . print ( dalvikFree ); pw . print ( ',' ); | pw . print ( "N/A," ); | pw . print ( nativeFree \+ dalvikFree ); pw . print ( ',' ); | | // Heap info - proportional set size | pw . print...
android_memory_battery/ActivityThreadjava1_132_0.txt
| // from the activity manager. On the activity manager we are still | // holding an unstable ref, though it is not reflected in the counts | // here. | public boolean removePending ; | | ProviderRefCount ( ContentProviderHolder inHolder , | ProviderClientRecord inClient , int sCount , int uCount )...
android_memory_battery/ActivityThreadjava1_122_0.txt
| s . detachAndCleanUp (); | Context context = s . getBaseContext (); | if ( context instanceof ContextImpl ) { | final String who = s . getClassName (); | (( ContextImpl ) context ). scheduleFinalCleanup ( who , "Service" ); | } | | QueuedWork . waitToFinish (); | | try { | ...
android_memory_battery/android_memory_1_1.txt
m/quality) * [ Core value ](https://developer.android.com/quality/core-value) * [ User experience ](https://developer.android.com/quality/user-experience) * [ Technical quality ](https://developer.android.com/quality/technical) * [ Privacy & security ](https://developer.android.com/quality/privacy-and-secur...
android_memory_battery/245258072pli1_92_0.txt
ka...@gmail.com<ka...@gmail.com> #43Nov 2, 2022 11:50PM Also face this issue: Android10 (v10)(Level 29) Samsung Galaxy S9+ na...@ringcentral.com<na...@ringcentral.com> #44Nov 3, 2022 08:52PM Hi,
android_memory_battery/androidappActivityTh_5_0.txt
* android.app.AppOpsManager.HistoricalOps * android.app.AppOpsManager.HistoricalOpsRequest * android.app.AppOpsManager.HistoricalOpsVisitor * android.app.AppOpsManager.HistoricalPackageOps * android.app.AppOpsManager.HistoricalUidOps * android.app.AppOpsManager.Mode * android.app.AppOpsManager.OnOpActiveChangedListener...
android_memory_battery/245258072pli1_31_0.txt
FATAL EXCEPTION: main Process: com.google.android.gms.persistent, PID: 18819 android.app.RemoteServiceException: can't deliver broadcast at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1829) at android.os.Handler.dispatchMessage(Handler.java:106) at android.os.Looper.loop(Looper.java:193) at android.a...
android_memory_battery/ActivityThreadjava1_104_0.txt
) -> { | Objects . requireNonNull ( actions ); | Preconditions . checkCollectionElementsNotNull ( actions , "actions" ); | if (! actions . isEmpty ()) { | final int actionCount = actions . size (); | for ( int i = 0 ; i < actionCount ; i ++) { | final DirectAction action = ...
android_memory_battery/ActivityThreadjava1_77_0.txt
print ( ',' ); | pw . print ( memInfo . getOtherPss ( i )); pw . print ( ',' ); | pw . print ( memInfo . getOtherSwappablePss ( i )); pw . print ( ',' ); | pw . print ( memInfo . getOtherSharedDirty ( i )); pw . print ( ',' ); | pw . print ( memInfo . getOtherShare...
android_memory_battery/ActivityThreadjava_13_0.txt
| queueOrSendMessage ( | showWindow ? H . SHOW_WINDOW : H . HIDE_WINDOW , | token ); | } | | public final void scheduleSleeping ( IBinder token , boolean sleeping ) { | queueOrSendMessage ( H . SLEEPING , token , sleeping ? 1 : 0 ); | } | | public final void scheduleResumeAct...
android_memory_battery/android_battery_4_2.txt
get-started) * More * [ Design & Plan ](/design) * More * [ Overview ](/quality) * [ Core value ](/quality/core-value) * [ User experience ](/quality/user-experience) * [ Technical quality ](/quality/technical) * [ Privacy & Security ](/quality/privacy-and-security) * [ Develop ...
android_memory_battery/ActivityThreadjava1_95_0.txt
| // Assigning the activity to the record before calling onCreate() allows | // ActivityThread#getActivity() lookup for the callbacks triggered from | // ActivityLifecycleCallbacks#onActivityCreated() or | // ActivityLifecycleCallback#onActivityPostCreated(). | r . activity = activity ; | if ( r . isPers...
android_memory_battery/245258072pli1_80_0.txt
ro...@bbc.co.uk<ro...@bbc.co.uk> #39Oct 21, 2022 02:49AM I tentatively believe that we as an app have suppressed this issue, and stopped it polluting our stats.
android_memory_battery/245258072pli1_46_0.txt
android.app.RemoteServiceException$CannotDeliverBroadcastException: can't deliver broadcast
android_memory_battery/android_battery_3_0.txt
[ ![Android Developers](https://www.gstatic.com/devrel- devsite/prod/vdd667e8703bf3eb3250e728f4f199ed0baf72dd7a2c58290f8fa685e2652be47/android/images/lockup.svg) ](/) * [ Essentials ](https://developer.android.com/get-started) * Modern Android * Quickly bring your app to life with less code, using a modern d...
android_memory_battery/ActivityThreadjava1_189_0.txt
| if ( prc != null ) { | try { | ActivityManager . getService () | . appNotRespondingViaProvider ( prc . holder . connection ); | } catch ( RemoteException e ) { | throw e . rethrowFromSystemServer (); | } | } | } | } | | private ProviderClientRecord installProviderAuthoritiesLo...
android_memory_battery/245258072pli1_83_0.txt
override fun uncaughtException(thread: Thread, exception: Throwable) { if (shouldAbsorb(exception)) { return } uncaughtExceptionHandler.uncaughtException(thread, exception) }
android_memory_battery/ActivityThreadjava_68_0.txt
| for ( int i = 0 ; i < mRelaunchingActivities . size (); i ++) { | ActivityClientRecord r = mRelaunchingActivities . get ( i ); | if ( r . token == token ) { | target = r ; | if ( pendingResults != null ) { | if ( r . pendingResults != null ) { | r . pendingResult...
android_memory_battery/245258072pli1_98_0.txt
Fatal Exception: android.app.RemoteServiceException$CannotDeliverBroadcastException: can't deliver broadcast at android.app.ActivityThread.throwRemoteServiceException(ActivityThread.java:2216) at android.app.ActivityThread.-$$Nest$mthrowRemoteServiceException() at android.app.ActivityThread$H.handleMessage(ActivityThre...
android_memory_battery/androidappActivityTh_8_0.txt
* android.app.SharedElementCallback.OnSharedElementsReadyListener * android.app.StatsManager * android.app.StatsManager.StatsUnavailableException * android.app.StatusBarManager * android.app.StatusBarManager.Disable2Flags * android.app.StatusBarManager.DisableFlags * android.app.StatusBarManager.DisableInfo * android.a...
android_memory_battery/android_battery_6_6.txt
and ` [ ACTION_POWER_DISCONNECTED ](/reference/android/content/Intent#ACTION_POWER_DISCONNECTED) ` within an intent filter. <receiver android:name=".PowerConnectionReceiver"> <intent-filter> <action android:name="android.intent.action.ACTION_POWER_CONNECTED"/> <action android:name=...
android_memory_battery/ActivityThreadjava_23_0.txt
binderLocalObjectCount , | "Proxy Binders:" , binderProxyObjectCount ); | printRow ( pw , ONE_COUNT_COLUMN , "Death Recipients:" , binderDeathObjectCount ); | | printRow ( pw , ONE_COUNT_COLUMN , "OpenSSL Sockets:" , openSslSocketCount ); | | // SQLite mem info | pw . println ( " " ); | p...
android_memory_battery/ActivityThreadjava1_177_0.txt
| ZipPathValidator . clearCallback (); | } | } | | private void handleSetContentCaptureOptionsCallback ( String packageName ) { | if ( mContentCaptureOptionsCallback != null ) { | return ; | } | | IBinder b = ServiceManager . getService ( Context . CONTENT_CAPTURE_MANAGER_SERVICE ); | ...
android_memory_battery/android_battery_5_5.txt
s version or not. It's important to make sure your app behaves properly on these devices. Test your app's main use cases under a variety of conditions to see how the power management features interact with each other. You can use [ Android Debug Bridge ( ` adb ` ) ](/studio/command-line/adb) commands to turn some of t...
android_memory_battery/ActivityThreadjava1_80_0.txt
| otherPrivateDirty , otherPrivateClean , | memInfo . hasSwappedOutPss ? otherSwappedOutPss : otherSwappedOut , | otherRss , "" , "" , "" ); | printRow ( pw , HEAP_COLUMN , "TOTAL" , memInfo . getTotalPss (), | memInfo . getTotalPrivateDirty (), | memInfo . getTotalPrivateClean ()...
android_memory_battery/android_battery_5_4.txt
ent) * [ Adopt Compose for teams ](/jetpack/compose/adopt) * Get started * [ Hello world ](/codelabs/basic-android-kotlin-compose-first-app) * [ Training courses ](/courses) * [ Tutorials ](/get-started/codelabs) * [ Kotlin for Android ](/kotlin) * [ Monetization with Play ↗️ ](https://play.google....
android_memory_battery/245258072pli1_63_0.txt
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
android_memory_battery/android_memory_0_7.txt
as methods in a [ bound service ](/guide/components/bound-services) . When a call on a method implemented in an ` [ IBinder ](/reference/android/os/IBinder) ` originates in the same process in which the ` IBinder ` is running, the method is executed in the caller's thread. However, when the call originates in another p...
android_memory_battery/245258072pli1_25_0.txt
ro...@bbc.co.uk<ro...@bbc.co.uk> #6Sep 7, 2022 08:03AM For our part, whilst we are familiar with bug reporting practices, we don't have reproducibility information. Unless the platform improves its logging or we're lucky enough to discover steps, we're not likely to be able to describe this. This is something that Goog...
android_memory_battery/android_memory_1_7.txt
ffects the system's overall performance. As the system runs low on resources like memory, it kills processes in the cache. The system also accounts for processes that hold onto the most memory and can terminate them to free up RAM. **Note:** The less memory your app consumes while in the cache, the better its chances ...
android_memory_battery/245258072pli1_79_0.txt
to...@gmail.com<to...@gmail.com> #38Oct 18, 2022 02:18AM Thanks for confirming so they really removed a basic information from the crash reports that have 0 privacy impact and we are forced to use other more privacy intrusive solutions to get the mandatory data on crashes. Totally makes sense. (Sorry for this rant but ...
android_memory_battery/ActivityThreadjava1_46_0.txt
| stats . pageCacheOverflow / 1024 ); | proto . write ( MemInfoDumpProto . AppData . SqlStats . MALLOC_SIZE_KB , | stats . largestMemAlloc / 1024 ); | int n = stats . dbStats . size (); | for ( int i = 0 ; i < n ; i ++) { | DbStats dbStats = stats . dbStats . get ( ...
android_memory_battery/245258072pli1_117_0.txt
Can you provide the fix patch link mentioned in comment#67 here ? du...@google.com<du...@google.com> #71Jan 9, 2023 09:46PM The patches (for T QPR2) can be found here and here
android_memory_battery/ActivityThreadjava1_93_0.txt
visibility | // on the SandboxedActivity java class, the App context should be used instead. | cl = activityBaseContext . getApplicationContext (). getClassLoader (); | } else { | cl = activityBaseContext . getClassLoader (); | } | activity = mInstrumentation . newActivity ( | cl , component ...
android_memory_battery/ActivityThreadjava1_125_0.txt
| public void handleResumeActivity ( ActivityClientRecord r , boolean finalStateRequest , | boolean isForward , boolean shouldSendCompatFakeFocus , String reason ) { | // If we are getting ready to gc after going to the background, well | // we are back active so skip it. | unscheduleGcIdler (); |...
android_memory_battery/android_memory_3_4.txt
ent) * [ Adopt Compose for teams ](/jetpack/compose/adopt) * Get started * [ Hello world ](/codelabs/basic-android-kotlin-compose-first-app) * [ Training courses ](/courses) * [ Tutorials ](/get-started/codelabs) * [ Kotlin for Android ](/kotlin) * [ Monetization with Play ↗️ ](https://play.google....
android_memory_battery/android_battery_2_6.txt
FCM's documentation on message priority for Android ](https://firebase.google.com/docs/cloud-messaging/android/message-priority) . * Provide sufficient information within the initial [ message payload ](https://firebase.google.com/docs/cloud-messaging/concept-options#notifications_and_data_messages) , so subsequent...
android_memory_battery/245258072pli1_16_0.txt
Can you provide the API document where this expected behavior is explained?
android_memory_battery/ActivityThreadjava1_102_0.txt
forAutofill | || requestedOnlyContent ) { | if (! requestedOnlyContent ) { | structure = new AssistStructure ( r . activity , forAutofill , cmd . flags ); | } | Intent activityIntent = r . activity . getIntent (); | boolean notSecure = r . window == null || | ( r . window ...
android_memory_battery/ActivityThreadjava1_22_0.txt
| ComponentName componentName = intent != null ? intent . getComponent () : null ; | return "ActivityRecord{" | \+ Integer . toHexString ( System . identityHashCode ( this )) | \+ " token=" \+ token \+ " " \+ ( componentName == null | ? "no component name" : componentName . to...
android_memory_battery/245258072pli1_99_0.txt
android.app.ActivityThread.throwRemoteServiceException (ActivityThread.java:1980) android.app.ActivityThread.-$$Nest$mthrowRemoteServiceException (ActivityThread.java) android.app.ActivityThread$H.handleMessage (ActivityThread.java:2242) android.os.Handler.dispatchMessage (Handler.java:106) android.os.Looper.loopOnce (...
android_memory_battery/ActivityThreadjava1_204_0.txt
Powered by [ Gitiles ](https://gerrit.googlesource.com/gitiles/) | [ Privacy ](https://policies.google.com/privacy) | [ Terms ](https://policies.google.com/terms) [ txt ](?format=TEXT) [ json ](?format=JSON)
android_memory_battery/245258072pli1_81_0.txt
We set an exception handler to absorb it, which is what GrapheneOS are doing (credit to them) as I linked to in #34.
android_memory_battery/android_battery_7_2.txt
](/develop/connectivity) * [ Guides ](/develop/connectivity/overview) * [ Publish ](/distribute) * [ Community ](/community) * [ Android Studio ](/studio) * [ All core areas ](/develop/core-areas) * [ Connectivity guides ](/develop/connectivity/overview) * Add support for protocols * Network ...
android_memory_battery/ActivityThreadjava_11_0.txt
"}" ; | } | } | | private static final class ServiceArgsData { | IBinder token ; | int startId ; | int flags ; | Intent args ; | public String toString () { | return "ServiceArgsData{token=" \+ token \+ " startId=" \+ startId | \+ " args=" \+ args \+ "}" ; | } | } | | private...
android_memory_battery/245258072pli1_65_0.txt
android.app.RemoteServiceException$CannotDeliverBroadcastException: can't deliver broadcast Exception android.app.RemoteServiceException$CannotDeliverBroadcastException: can't deliver broadcast at android.app.ActivityThread.throwRemoteServiceException (ActivityThread.java:1980) at android.app.ActivityThread.-$$Nest$mth...
android_memory_battery/245258072pli1_120_0.txt
gi...@omniscience.bio<gi...@omniscience.bio> #75Jan 24, 2023 12:39PM Comment has been deleted. Message last modified on Jan 24, 2023 01:54PM du...@google.com<du...@google.com> #76Feb 17, 2023 02:39PM Also attach the patch here for your convenience.
android_memory_battery/android_battery_4_1.txt
m/quality) * [ Core value ](https://developer.android.com/quality/core-value) * [ User experience ](https://developer.android.com/quality/user-experience) * [ Technical quality ](https://developer.android.com/quality/technical) * [ Privacy & security ](https://developer.android.com/quality/privacy-and-secur...
android_memory_battery/245258072pli1_66_0.txt
google Redfin 64-bit only 1080x2340 Android 13 (SDK 33)
android_memory_battery/ActivityThreadjava_41_0.txt
| ContextImpl appContext = new ContextImpl (); | appContext . init ( r . packageInfo , r . token , this ); | appContext . setOuterContext ( activity ); | CharSequence title = r . activityInfo . loadLabel ( appContext . getPackageManager ()); | Configuration config = new Config...
android_memory_battery/ActivityThreadjava1_48_0.txt
| dup = pfd . dup (); | } catch ( IOException e ) { | Log . w ( TAG , "Could not dup FD " \+ pfd . getFileDescriptor (). getInt$ ()); | return ; | } finally { | IoUtils . closeQuietly ( pfd ); | } | | AsyncTask . THREAD_POOL_EXECUTOR . execute ( new Runnable () { | @Over...
android_memory_battery/android_battery_0_1.txt
m/quality) * [ Core value ](https://developer.android.com/quality/core-value) * [ User experience ](https://developer.android.com/quality/user-experience) * [ Technical quality ](https://developer.android.com/quality/technical) * [ Privacy & security ](https://developer.android.com/quality/privacy-and-secur...
android_memory_battery/android_memory_0_6.txt
he UI thread of the process. For instance, when the user touches a button on the screen, your app's UI thread dispatches the touch event to the widget, which in turn sets its pressed state and posts an invalidate request to the event queue. The UI thread dequeues the request and notifies the widget to redraw itself. ...
android_memory_battery/ActivityThreadjava1_24_0.txt
| } | | static final class CreateServiceData { | @UnsupportedAppUsage | CreateServiceData () { | } | @UnsupportedAppUsage | IBinder token ; | @UnsupportedAppUsage | ServiceInfo info ; | @UnsupportedAppUsage | CompatibilityInfo compatInfo ; | @UnsupportedAppUsage | Intent intent ; | public S...
android_memory_battery/ActivityThreadjava1_97_0.txt
| } | | /** | * Checks if {@link #mNetworkBlockSeq} is {@link #INVALID_PROC_STATE_SEQ} and if so, returns | * immediately. Otherwise, makes a blocking call to ActivityManagerService to wait for the | * network rules to get updated. | */ | private void checkAndBlockForNetworkAccess () { | synchronized ( mN...
android_memory_battery/androidappActivityTh_1_0.txt
**Documentation** Android
android_memory_battery/ActivityThreadjava1_17_0.txt
| boolean mPurgeIdlerScheduled = false ; | boolean mGcIdlerScheduled = false ; | | @UnsupportedAppUsage ( maxTargetSdk = Build . VERSION_CODES . P , trackingBug = 115609023 ) | static volatile Handler sMainThreadHandler ; // set once in main() | private long mStartSeq ; // Only accesss...
android_memory_battery/ActivityThreadjava1_201_0.txt
| } | | // End of event ActivityThreadMain. | Trace . traceEnd ( Trace . TRACE_TAG_ACTIVITY_MANAGER ); | Looper . loop (); | | throw new RuntimeException ( "Main thread loop unexpectedly exited" ); | } | | /** | * Call various initializer APIs in mainline modules that need to be called when each ...
android_memory_battery/245258072pli1_11_0.txt
Current output What is the current output?
android_memory_battery/ActivityThreadjava1_157_0.txt
| } | | ResourcesImpl afterImpl = getApplication (). getResources (). getImpl (); | | if (( beforeImpl != afterImpl ) && ! Arrays . equals ( beforeImpl . getAssets (). getApkAssets (), | afterImpl . getAssets (). getApkAssets ())) { | List < String > beforeAssets = Arrays . asList...
android_memory_battery/ActivityThreadjava_43_0.txt
| // We need to keep around the original state, in case | // we need to be created again. | r . state = oldState ; | if (! r . activity . mCalled ) { | throw new SuperNotCalledException ( | "Activity " \+ r . intent . getComponent (). toShortString () \+ | " did not call through to supe...
android_memory_battery/ActivityThreadjava_28_0.txt
| case PROFILER_CONTROL : | handleProfilerControl ( msg . arg1 != 0 , ( ProfilerControlData ) msg . obj ); | break ; | case CREATE_BACKUP_AGENT : | handleCreateBackupAgent (( CreateBackupAgentData ) msg . obj ); | break ; | case DESTROY_BACKUP_AGENT : | handleDestroyBackupAgent (( ...
android_memory_battery/ActivityThreadjava_49_0.txt
| IBinder binder = s . onBind ( data . intent ); | ActivityManagerNative . getDefault (). publishService ( | data . token , data . intent , binder ); | } else { | s . onRebind ( data . intent ); | ActivityManagerNative . getDefault (). serviceDoneExecuting ( | data . token...
android_memory_battery/245258072pli1_137_0.txt
Devices: 100% Incar - FIH Foxconn 100% M50_EEA Operation system: 100% Android 13 Device states: 100% background li...@gmail.com<li...@gmail.com> #94Apr 16, 2024 06:35PM Hi,AOSP team,we have same problem,in our app: Devices: 100% VIVO Operation system: 100% Android 13 Device states: 100% background Stack: android.app.R...
android_memory_battery/245258072pli1_15_0.txt
Can you confirm if this issue is reproducible on a Pixel/Nexus device?
android_memory_battery/ActivityThreadjava_87_0.txt
| if ( removed != null ) { | removed . mProvider . asBinder (). unlinkToDeath ( removed , 0 ); | } | } | } | | private final IContentProvider installProvider ( Context context , | IContentProvider provider , ProviderInfo info , boolean noisy ) { | ContentProvider localProvider ...
android_memory_battery/245258072pli1_70_0.txt
Is what we're all experiencing likely to be the same root cause? If so, any chance of an update from folk with visibility of the above?
android_memory_battery/ActivityThreadjava1_23_0.txt
, | ContentProvider localProvider , ContentProviderHolder holder ) { | mNames = names ; | mProvider = provider ; | mLocalProvider = localProvider ; | mHolder = holder ; | } | } | | static final class ReceiverData extends BroadcastReceiver . PendingResult { | public ReceiverData ( In...
android_memory_battery/245258072pli1_24_0.txt
sk...@googlemail.com<sk...@googlemail.com> #5Sep 7, 2022 04:01AM Hi vi.. as I described in the bug report on top. I see the crash in Firebase Crashlytics with our customer, only on Pixel Android 13 devices. Every day I see about 4..8 crashes and I think this will increases in crowing of the Android 13 distribution.
android_memory_battery/ActivityThreadjava1_192_0.txt
| } else { | provider = holder . provider ; | if ( DEBUG_PROVIDER ) Slog . v ( TAG , "Installing external provider " \+ info . authority \+ ": " | \+ info . name ); | } | | ContentProviderHolder retHolder ; | | synchronized ( mProviderMap ) { | if ( DEBUG_PROVIDER ) Slog . ...
android_memory_battery/android_battery_5_3.txt
libraries/app-startup) * Guides * [ Set up your environment for testing ](/topic/performance/appstartup/setup-env) * [ About background work ⍈ ](/guide/background) * [ Declare a device performance class ](/topic/performance/performance-class) * [ About App Standby Buckets ](/topic/per...