id stringlengths 16 145 | text stringlengths 1 179k | title stringclasses 1
value |
|---|---|---|
android_memory_battery/ActivityThreadjava_86_0.txt | | // remove the provider from mProviderMap
| Iterator < ProviderClientRecord > iter = mProviderMap . values ().
iterator ();
| while ( iter . hasNext ()) {
| ProviderClientRecord pr = iter . next ();
| IBinder myBinder = pr . mProvider . asBinder ();
| if ( myBinder == providerBind... | |
android_memory_battery/245258072pli1_138_0.txt |
Markdown
Issue metadata
Reporter
sk...@googlemail.com
Type
Bug
Priority
P2
Severity
S2
Status
Fixed
Access
Default access
View
Assignee
vi...@google.com
Verifier
--
Collaborators | |
android_memory_battery/android_battery_7_4.txt | ear#explore-our-kits)
* UI Design
* [ Design for Android ](/design/ui)
* [ Mobile ](/design/ui/mobile)
* [ Large screens (e.g. Tablets) ](/design/ui/large-screens)
* [ Wear OS ](/design/ui/wear)
* [ Android TV ](/design/ui/tv)
* Architecture
* [ Introduction ](/topic/architecture/intro)
* [ Li... | |
android_memory_battery/ActivityThreadjava1_47_0.txt | |
| @Override
| public void dumpGfxInfo ( ParcelFileDescriptor pfd , String []
args ) {
| DumpComponentInfo data = new DumpComponentInfo ();
| try {
| data . fd = pfd . dup ();
| data . token = null ;
| data . args = args ;
| sendMessage ( H . DUMP_GFXINFO , data , 0 , ... | |
android_memory_battery/android_memory_2_0.txt | [ 
](/)
*
[ 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/245258072pli1_55_0.txt | android.app.ActivityThread.throwRemoteServiceException(ActivityThread.java:1980) | |
android_memory_battery/ActivityThreadjava_70_0.txt | | && mConfiguration . diff ( tmp . createdConfig ) != 0 )) {
| if ( changedConfig == null
| || tmp . createdConfig . isOtherSeqNewer ( changedConfig )) {
| changedConfig = tmp . createdConfig ;
| }
| }
| }
|
| if ( DEBUG_CONFIGURATION ) Slog . v ( TAG , "Relaunching activi... | |
android_memory_battery/ActivityThreadjava1_173_0.txt | | mInstrumentation . basicInit ( this );
| }
|
| if (( data . appInfo . flags & ApplicationInfo . FLAG_LARGE_HEAP
) != 0 ) {
| dalvik . system . VMRuntime . getRuntime (). clearGrowthLimit ();
| } else {
| // Small heap, clamp to the current growth limit and let the heap release
| //... | |
android_memory_battery/ActivityThreadjava1_126_0.txt | | View decor = r . window . getDecorView ();
| decor . setVisibility ( View . INVISIBLE );
| ViewManager wm = a . getWindowManager ();
| WindowManager . LayoutParams l = r . window . getAttributes ();
| a . mDecor = decor ;
| l . type = WindowManager . LayoutParams . TY... | |
android_memory_battery/245258072pli1_134_0.txt | Device
Brand:Google
Model:Pixel 4
Orientation:Portrait
RAM free: 1.49 GB
Disk free: 858.47 MB
Operating System
Version:Android 13
Orientation:Portrait
Rooted:No
Crash
Date:Jan 4, 2024, 1:08:52 PM
xt...@gmail.com<xt...@gmail.com> #87Jan 9, 2024 03:51AM
Devices: 100% Google
Operating systems: 100% Android 13
Device state... | |
android_memory_battery/ActivityThreadjava_82_0.txt | | }
| }
| }
|
| /*package*/ final void finishInstrumentation ( int resultCode ,
Bundle results ) {
| IActivityManager am = ActivityManagerNative . getDefault ();
| if ( mBoundApplication . profileFile != null && mBoundApplication .
handlingProfiling ) {
| Debug . stopMethodTracing ()... | |
android_memory_battery/245258072pli1_60_0.txt | android.os.Looper.loop(Looper.java:288) | |
android_memory_battery/android_battery_5_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/ActivityThreadjava1_193_0.txt | | } catch ( RemoteException e ) {
| //do nothing content provider object is dead any way
| }
| }
| } else {
| ProviderClientRecord client = installProviderAuthoritiesLocked (
| provider , localProvider , holder );
| if ( noReleaseNeeded ) {
| prc = new ProviderRefCount ( holder , cl... | |
android_memory_battery/245258072pli1_100_0.txt | The path which triggers this exception has two parts; One which puts a message on a Handler, and the other, which processes the Handler messages, is what you're seeing the stack trace from. | |
android_memory_battery/245258072pli1_89_0.txt | To be clear, I'm not suggesting this is a good approach, or one that you should necessarily take. It requires a client release and it risks masking exceptions not relating to this root cause. Fixing or ignoring this issue at the point of collection is Google's responsibility. However, it has seemingly stopped the impac... | |
android_memory_battery/ActivityThreadjava1_171_0.txt | we're profileable.
| boolean isAppDebuggable = ( data . appInfo . flags &
ApplicationInfo . FLAG_DEBUGGABLE ) != 0 ;
| boolean isAppProfileable = isAppDebuggable || data . appInfo .
isProfileable ();
| Trace . setAppTracingAllowed ( isAppProfileable );
| if (( isAppProfileable || Bu... | |
android_memory_battery/ActivityThreadjava1_127_0.txt | | ViewRootImpl impl = r . window . getDecorView (). getViewRootImpl
();
| WindowManager . LayoutParams l = impl != null
| ? impl . mWindowAttributes : r . window . getAttributes ();
| if (( l . softInputMode
| & WindowManager . LayoutParams . SOFT_INPUT_IS_FORWARD_NAVIGATION )
| ... | |
android_memory_battery/ActivityThreadjava1_128_0.txt | |
| if ( r . isTopResumedActivity == onTop ) {
| if (! Build . IS_DEBUGGABLE ) {
| Slog . w ( TAG , "Activity top position already set to onTop=" \+
onTop );
| return ;
| }
| // TODO(b/209744518): Remove this short-term workaround while fixing the
binder failure.
| Slog . e ( TAG , "... | |
android_memory_battery/ActivityThreadjava1_107_0.txt | | Slog . e ( TAG , "handleAttachSplashScreenView failed, unable to
attach" );
| }
| }
|
| private void createSplashScreen ( ActivityClientRecord r , DecorView
decorView ,
| SplashScreenView . SplashScreenViewParcelable parcelable ,
| @NonNull SurfaceControl startingWindowLeash ) {
| final ... | |
android_memory_battery/android_battery_0_0.txt | [ 
](/)
*
[ 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_1_8.txt | erence/android/app/job/JobService) ` finishes handling the most recent
callback.
The following sample code schedules a job to trigger when the system reports a
change to the content URI, ` MEDIA_URI ` :
### Kotlin
const val MY_BACKGROUND_JOB = 0
...
fun scheduleJob(context: Context) {
... | |
android_memory_battery/ActivityThreadjava1_119_0.txt | | ActivityManager . getService (). serviceDoneExecuting (
| data . token , SERVICE_DONE_EXECUTING_ANON , 0 , 0 );
| }
| } catch ( RemoteException ex ) {
| throw ex . rethrowFromSystemServer ();
| }
| } catch ( Exception e ) {
| if (! mInstrumentation . onException ( s , e ... | |
android_memory_battery/android_battery_0_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/ActivityThreadjava_81_0.txt | | new ComponentName ( ii . packageName , ii . name ), data .
instrumentationWatcher );
|
| if ( data . profileFile != null && ! ii . handleProfiling ) {
| data . handlingProfiling = true ;
| File file = new File ( data . profileFile );
| file . getParentFile (). mkdirs (... | |
android_memory_battery/android_battery_5_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/android_battery_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_4_6.txt | emulator) , then virtualization is already
enabled.
6. Navigate to Battery Historian in your browser to confirm it's running. The address varies depending on your operating system:
For Linux and Mac
Battery Historian is available at ` http://localhost: port_number ` .
For Windows
After you start Do... | |
android_memory_battery/245258072pli1_85_0.txt | "CannotDeliverBroadcastException" -> true | |
android_memory_battery/245258072pli1_127_0.txt | Galaxy S23 Ultra
Galaxy S22 Ultra
Galaxy A53 5G
Galaxy S23
Galaxy S22 Ultra
Galaxy S22+
Galaxy S22
Galaxy S21 Ultra 5G
Galaxy S21 5G
Galaxy XCover6 Pro
Galaxy Z Flip4
Galaxy A53 5G
Galaxy S22 Ultra
Galaxy S21 Ultra 5G
Galaxy S22 Ultra | |
android_memory_battery/ActivityThreadjava1_96_0.txt | | if ( activityOptions != null ) {
| activity . mPendingOptions = activityOptions ;
| }
|
| // Start
| activity . performStart ( "handleStartActivity" );
| r . setState ( ON_START );
|
| if ( pendingActions == null ) {
| // No more work to do.
| return ;
| }
|
| // Restore instanc... | |
android_memory_battery/ActivityThreadjava1_163_0.txt | | }
| // If the package is being replaced, yet it still has a valid
| // LoadedApk object, the package was updated with _DONT_KILL.
| // Adjust it's internal references to the application info and
| // resources.
| if ( pkgInfo != null ) {
| packagesHandled . add ( packageName );
| try {
| final A... | |
android_memory_battery/android_battery_2_9.txt | om/showcase/androiddev)
Connect with the Android Developers community on LinkedIn
* ### More Android
* [ Android ](//www.android.com)
* [ Android for Enterprise ](//www.android.com/enterprise/)
* [ Security ](//www.android.com/security-center/)
* [ Source ](//source.android.com)
* [ News ](/n... | |
android_memory_battery/245258072pli1_23_0.txt | Note: Please upload the bug report and screenshot to google drive and share the folder to android-bugreport@google.com, then share the link here. | |
android_memory_battery/245258072pli1_19_0.txt | Screen Record of the Issue Please capture screen record or video of the issue using following steps: | |
android_memory_battery/android_memory_1_5.txt | tps://en.wikipedia.org/wiki/Memory-mapped_files) (mmapping) to manage
memory. This means that any memory an app modifies—whether by allocating new
objects or touching mapped pages—remains resident in RAM and cannot be paged
out. The only way to release memory from an app is to release object
references that the app hol... | |
android_memory_battery/ActivityThreadjava_92_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/ActivityThreadjava1_175_0.txt | |
| // Preload fonts resources
| FontsContract . setApplicationContextForResources ( appContext );
| if (! Process . isIsolated ()) {
| try {
| final ApplicationInfo info =
| getPackageManager (). getApplicationInfo (
| data . appInfo . packageName ,
| PackageManager . GET_META_DATA /*... | |
android_memory_battery/android_battery_2_5.txt | ted to a power source: Doze
and App Standby. _Doze_ reduces battery consumption by deferring background
CPU and network activity for apps when the device is unused for long periods
of time. _App Standby_ defers background network activity for apps with no
recent user activity.
While the device is in Doze, apps' access... | |
android_memory_battery/245258072pli1_75_0.txt | ro...@bbc.co.uk<ro...@bbc.co.uk> #37Oct 18, 2022 12:27AM
See the same issue, but unfortunately the Play Store console for me on the Crash report does no more list the affected devices since a couple of weeks. | |
android_memory_battery/ActivityThreadjava1_202_0.txt | | public static boolean isProtectedComponent ( @NonNull ActivityInfo
ai ) {
| return isProtectedComponent ( ai , ai . permission );
| }
|
| /**
| * Returns whether the provided {@link ServiceInfo} {@code si} is a
protected component.
| *
| * @see #isProtectedComponent(ComponentInfo, String)
| */... | |
android_memory_battery/ActivityThreadjava_8_0.txt | | = new HashMap < String , ProviderClientRecord >();
| final HashMap < IBinder , ProviderRefCount > mProviderRefCountMap
| = new HashMap < IBinder , ProviderRefCount >();
| final HashMap < IBinder , ProviderClientRecord > mLocalProviders
| = new HashMap < IBinder , ProviderClientRecord ... | |
android_memory_battery/androidappActivityTh_2_0.txt | # android | |
android_memory_battery/android_battery_0_6.txt | ata for a specific app, enter its package name into the lower
of the two dropdown menus under _App Selection_ , located under the left side
of the visualization.
 **Figure 4.** Entering a
specific app whose data to view.
When... | |
android_memory_battery/ActivityThreadjava_54_0.txt | | if ( localLOGV ) Slog . v (
| TAG , "Launch " \+ r \+ " mStartedActivity set" );
| r . hideForNow = true ;
| }
|
| // Get rid of anything left hanging around.
| cleanUpPendingRemoveWindows ( r );
|
| // The window is now visible if it has been added, we are not
| // simply finishing, and... | |
android_memory_battery/ActivityThreadjava_76_0.txt | getFileDescriptor (),
| 8 * 1024 * 1024 , 0 );
| } catch ( RuntimeException e ) {
| Slog . w ( TAG , "Profiling failed on path " \+ pcd . path
| \+ " -- can the process access this path?" );
| } finally {
| try {
| pcd . fd . close ();
| } catch ( IOException e ) {
| Slo... | |
android_memory_battery/ActivityThreadjava1_70_0.txt | | && ( aInfo . flags & ApplicationInfo . FLAG_HAS_CODE ) != 0 ,
registerPackage );
|
| if ( mSystemThread && "android" . equals ( aInfo . packageName ))
{
| packageInfo . installSystemApplicationInfo ( aInfo ,
| getSystemContext (). mPackageInfo . getClassLoader ());
| }
|
| if ( ... | |
android_memory_battery/245258072pli1_58_0.txt | android.os.Handler.dispatchMessage(Handler.java:106) | |
android_memory_battery/245258072pli1_59_0.txt | android.os.Looper.loopOnce(Looper.java:201) | |
android_memory_battery/245258072pli1_12_0.txt | Android build Which Android build are you using? (e.g. OPP1.170223.012) | |
android_memory_battery/ActivityThreadjava1_116_0.txt | \+ data . appInfo );
| e . printStackTrace ();
| }
| backupAgents . remove ( packageName );
| } else {
| Slog . w ( TAG , "Attempt to destroy unknown backup agent " \+ data
);
| }
| }
|
| private ArrayMap < String , BackupAgent > getBackupAgentsForUser (
int userId ) {
| ArrayMap... | |
android_memory_battery/ActivityThreadjava_4_0.txt | | /*
---|---
| * Copyright (C) 2006 The Android Open Source Project
| *
| * Licensed under the Apache License, Version 2.0 (the "License");
| * you may not use this file except in compliance with the License.
| * You may obtain a copy of the License at
| *
| * http://www.apache.org/licenses/LICENSE-2.0
| *
| ... | |
android_memory_battery/ActivityThreadjava_63_0.txt | | }
| }
|
| private void handleSetCoreSettings ( Bundle coreSettings ) {
| synchronized ( mPackages ) {
| mCoreSettings = coreSettings ;
| }
| }
|
| private final void deliverResults ( ActivityClientRecord r , List
< ResultInfo > results ) {
| final int N = results . size ();
| ... | |
android_memory_battery/ActivityThreadjava1_170_0.txt | |
| final boolean isSdkSandbox = data . sdkSandboxClientAppPackage !=
null ;
| data . info = getPackageInfo ( data . appInfo ,
mCompatibilityInfo , null /* baseLoader */ ,
| false /* securityViolation */ , true /* includeCode */ ,
| false /* registerPackage */ , isSdkSandbox );
| if ... | |
android_memory_battery/ActivityThreadjava_34_0.txt | | if ( ai != null ) {
| return getPackageInfo ( ai , flags );
| }
|
| return null ;
| }
|
| public final LoadedApk getPackageInfo ( ApplicationInfo ai , int
flags ) {
| boolean includeCode = ( flags & Context . CONTEXT_INCLUDE_CODE )
!= 0 ;
| boolean securityViolation = incl... | |
android_memory_battery/ActivityThreadjava1_42_0.txt | | "Parcel count:" , parcelCount );
| printRow ( pw , TWO_COUNT_COLUMNS , "Death Recipients:" ,
binderDeathObjectCount ,
| "WebViews:" , webviewInstanceCount );
|
| // SQLite mem info
| pw . println ( " " );
| pw . println ( " SQL" );
| printRow ( pw , ONE_COUNT_COLUMN , "MEMORY_USED... | |
android_memory_battery/ActivityThreadjava1_172_0.txt | ConnectivityManager at
| // that point would return null. Check whether the ConnectivityService is
available, and
| // avoid crashing with a NullPointerException if it is not.
| final IBinder b = ServiceManager . getService ( Context .
CONNECTIVITY_SERVICE );
| if ( b != null ) {
| final Connectiv... | |
android_memory_battery/ActivityThreadjava1_76_0.txt | ',' );
|
| // Heap info - private Dirty
| pw . print ( memInfo . nativePrivateDirty ); pw . print ( ','
);
| pw . print ( memInfo . dalvikPrivateDirty ); pw . print ( ','
);
| pw . print ( memInfo . otherPrivateDirty ); pw . print ( ','
);
| pw . print ( memInfo . getTota... | |
android_memory_battery/ActivityThreadjava1_15_0.txt | | // These LoadedApk are only valid for the userId that we're running as.
| @GuardedBy ( "mResourcesManager" )
| @UnsupportedAppUsage
| final ArrayMap < String , WeakReference < LoadedApk >> mPackages =
new ArrayMap <>();
| @GuardedBy ( "mResourcesManager" )
| @UnsupportedAppUsage
| final ArrayMa... | |
android_memory_battery/ActivityThreadjava_33_0.txt | | }
| }
|
| /**
| * Creates the top level resources for the given package.
| */
| Resources getTopLevelResources ( String resDir , LoadedApk pkgInfo
) {
| return getTopLevelResources ( resDir , pkgInfo . mCompatibilityInfo
);
| }
|
| final Handler getHandler () {
| return mH ;
| }
|
| p... | |
android_memory_battery/ActivityThreadjava1_110_0.txt | | VMDebug . attachAgent ( agent , classLoader );
| return true ;
| } catch ( IOException e ) {
| Slog . e ( TAG , "Attaching agent with " \+ classLoader \+ "
failed: " \+ agent );
| return false ;
| }
| }
|
| static void handleAttachAgent ( String agent , LoadedApk loadedAp... | |
android_memory_battery/android_battery_0_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_51_0.txt | | }
|
| @Override
| public void scheduleLocalVoiceInteractionStarted ( IBinder token ,
| IVoiceInteractor voiceInteractor ) throws RemoteException {
| SomeArgs args = SomeArgs . obtain ();
| args . arg1 = token ;
| args . arg2 = voiceInteractor ;
| sendMessage ( H . LOCAL_VOICE_IN... | |
android_memory_battery/ActivityThreadjava1_197_0.txt | | def = Os . getDefault ();
| } while (! Os . compareAndSetDefault ( def , new AndroidOs (
def )));
| }
|
| private AndroidOs ( Os os ) {
| super ( os );
| }
|
| private FileDescriptor openDeprecatedDataPath ( String path , int
mode ) throws ErrnoException {
| final Uri ur... | |
android_memory_battery/ActivityThreadjava1_54_0.txt | | SafeCancellationTransport ( @NonNull ActivityThread activityThread ,
| @NonNull CancellationSignal cancellation ) {
| mWeakActivityThread = new WeakReference <>( activityThread );
| }
|
| @Override
| public void cancel () {
| final ActivityThread activityThread = mWeakActivityThread . ... | |
android_memory_battery/ActivityThreadjava1_5_0.txt | | import static android . view . Display . INVALID_DISPLAY ;
| import static android . window . ConfigurationHelper .
freeTextLayoutCachesIfNeeded ;
| import static android . window . ConfigurationHelper .
isDifferentDisplay ;
| import static android . window . ConfigurationHelper .
... | |
android_memory_battery/245258072pli1_73_0.txt | Support tells mes it's working as intended for privacy reason... | |
android_memory_battery/245258072pli1_97_0.txt | hy...@gmail.com<hy...@gmail.com> #51Nov 20, 2022 07:04PM
Any update on this? Or ETA for the fix? It has become the top crash reason of my app on Play Store now... Dude, Samsung has started rolling out its Android 13 system, soon this will become a P1 issue for many apps on Android...
ga...@gmail.com<ga...@gmail.com> #5... | |
android_memory_battery/android_memory_1_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_6_0.txt | ;
| import android . app . servertransaction . PendingTransactionActions
. StopInfo ;
| import android . app . servertransaction . ResumeActivityItem ;
| import android . app . servertransaction . TransactionExecutor ;
| import android . app . servertransaction . TransactionExecutorH... | |
android_memory_battery/245258072pli1_51_0.txt | li...@gmail.com<li...@gmail.com> #29Oct 7, 2022 08:13PM
minSdkVersion 23
compileSdkVersion 30
targetSdkVersion 30 | |
android_memory_battery/ActivityThreadjava1_144_0.txt | | if ( changedConfig != null ) {
| mConfigurationController . updateDefaultDensity ( changedConfig .
densityDpi );
| mConfigurationController . handleConfigurationChanged ( changedConfig
, null );
|
| // These are only done to maintain @UnsupportedAppUsage and should be
removed someday.
| mCurDef... | |
android_memory_battery/ActivityThreadjava1_167_0.txt | | SystemProperties . get ( "ro.dalvik.vm.isa." \+ secondaryIsa );
| secondaryIsa = secondaryDexCodeIsa . isEmpty () ? secondaryIsa :
secondaryDexCodeIsa ;
|
| final String runtimeIsa = VMRuntime . getRuntime ().
vmInstructionSet ();
| if ( runtimeIsa . equals ( secondaryIsa )) {
| r... | |
android_memory_battery/ActivityThreadjava1_203_0.txt | protected broadcast.
| */
| public static boolean isProtectedBroadcast ( @NonNull Intent intent
) {
| // Bail early when this process isn't looking for violations
| if (! StrictMode . vmUnsafeIntentLaunchEnabled ()) return false ;
|
| // TODO: consider optimizing by having AMS pre-calculate this va... | |
android_memory_battery/ActivityThreadjava_88_0.txt | | if ( Config . LOGV ) Slog . v (
| TAG , "Instantiating local provider " \+ info . name );
| // XXX Need to create the correct context for this provider.
| localProvider . attachInfo ( c , info );
| } catch ( java . lang . Exception e ) {
| if (! mInstrumentation . onExceptio... | |
android_memory_battery/245258072pli1_17_0.txt | Related API or developer doc (*Required) | |
android_memory_battery/ActivityThreadjava1_27_0.txt | | int bufferSize = SystemProperties . getInt ( "debug.traceview-
buffer-size-mb" , 8 );
| int flags = 0 ;
| flags = mClockType | ProfilerInfo . getFlagsForOutputVersion (
mProfilerOutputVersion );
| VMDebug . startMethodTracing ( profileFile , profileFd .
getFileDescriptor (),
| buffe... | |
android_memory_battery/245258072pli1_38_0.txt | na...@marketsimplified.com<na...@marketsimplified.com> #20Sep 18, 2022 10:31PM
Same crash:
minSdkVersion 21
targetSdkVersion 33 | |
android_memory_battery/ActivityThreadjava1_185_0.txt | | Log . i ( TAG , "Acquiring provider " \+ auth \+ " for user " \+
userId
| \+ ": existing object's process dead" );
| handleUnstableProviderDiedLocked ( jBinder , true );
| return null ;
| }
|
| // Only increment the ref count if we have one. If we don't then the
| // provider is not referen... | |
android_memory_battery/android_battery_4_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_28_0.txt | Pixel 4a
Pixel 4a (5G)
Pixel 4 XL
Pixel 5
Pixel 6
Pixel 6 Pro
Our crash reporting via a third party platform suggests the app session has been running for quite some time, usually multiple hours, rather than this being a cold/warm startup behaviour occurring after a few seconds. | |
android_memory_battery/ActivityThreadjava1_86_0.txt | | memInfo . getSummaryGraphics ());
| proto . write ( MemInfoDumpProto . ProcessMemory . AppSummary .
PRIVATE_OTHER_PSS_KB ,
| memInfo . getSummaryPrivateOther ());
| proto . write ( MemInfoDumpProto . ProcessMemory . AppSummary .
SYSTEM_PSS_KB ,
| memInfo . getSummarySystem ());
| if... | |
android_memory_battery/245258072pli1_30_0.txt | ch...@gmail.com<ch...@gmail.com> #12Sep 12, 2022 08:07AM
I have also received this error for the first time in my prelaunch report.
In the stack trace it says the following : | |
android_memory_battery/android_memory_0_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/android_battery_1_10.txt | t/versions/nougat)
* ### Documentation and Downloads
* [ Android Studio guide ](/studio/intro)
* [ Developers guides ](/guide)
* [ API reference ](/reference)
* [ Download Studio ](/studio)
* [ Android NDK ](/ndk)
* ### Support
* [ Report platform bug ](//issuetracker.google.com/issues... | |
android_memory_battery/ActivityThreadjava_10_0.txt | | }
| }
|
| private static final class ReceiverData extends BroadcastReceiver .
PendingResult {
| public ReceiverData ( Intent intent , int resultCode , String
resultData , Bundle resultExtras ,
| boolean ordered , boolean sticky , IBinder token ) {
| super ( resultCode , resultD... | |
android_memory_battery/ActivityThreadjava_91_0.txt | | if ( false ) {
| Looper . myLooper (). setMessageLogging ( new
| LogPrinter ( Log . DEBUG , "ActivityThread" ));
| }
|
| Looper . loop ();
|
| if ( Process . supportsProcesses ()) {
| throw new RuntimeException ( "Main thread loop unexpectedly exited" );
| }
|
| thread . deta... | |
android_memory_battery/ActivityThreadjava_35_0.txt | | && ! packageInfo . mResources . getAssets (). isUpToDate ())) {
| if ( localLOGV ) Slog . v ( TAG , ( includeCode ? "Loading
code package "
| : "Loading resource-only package " ) \+ aInfo . packageName
| \+ " (in " \+ ( mBoundApplication != null
| ? mBoundApplication . proces... | |
android_memory_battery/ActivityThreadjava1_85_0.txt | HEAP_FREE_KB ,
| nativeFree \+ dalvikFree );
| proto . end ( tToken );
|
| if ( dumpDalvik ) {
| for ( int i = Debug . MemoryInfo . NUM_OTHER_STATS ;
| i < Debug . MemoryInfo . NUM_OTHER_STATS \+ Debug . MemoryInfo .
NUM_DVK_STATS ;
| i ++) {
| final int myPss = memInfo .... | |
android_memory_battery/android_battery_5_0.txt | [ 
](/)
*
[ 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_36_0.txt | |
| // This function exists to make sure all receiver dispatching is
| // correctly ordered, since these are one-way calls and the binder driver
| // applies transaction ordering per object for such calls.
| public void scheduleRegisteredReceiver ( IIntentReceiver receiver ,
Intent intent ,
| int resultCo... | |
android_memory_battery/ActivityThreadjava1_99_0.txt | |
| // Set sandbox app's context as the application context for sdk context
| activityContext . mPackageInfo . makeApplicationInner (
| /*forceDefaultAppClass=*/ false , mInstrumentation );
|
| return activityContext ;
| }
|
| /**
| * Extended implementation of activity launch. Used when server reques... | |
android_memory_battery/ActivityThreadjava1_169_0.txt | | UtilConfig . setThrowExceptionForUpperArrayOutOfBounds (
| data . appInfo . targetSdkVersion >= Build . VERSION_CODES . Q
);
|
| Message . updateCheckRecycle ( data . appInfo . targetSdkVersion
);
|
| // Supply the targetSdkVersion to the UI rendering module, which may
| // need it in cases ... | |
android_memory_battery/ActivityThreadjava_5_0.txt | | import android . os . Bundle ;
| import android . os . Debug ;
| import android . os . Handler ;
| import android . os . IBinder ;
| import android . os . Looper ;
| import android . os . Message ;
| import android . os . MessageQueue ;
| import android . os . Pa... | |
android_memory_battery/ActivityThreadjava_64_0.txt | | // Now we are idle.
| r . activity . mCalled = false ;
| r . activity . mTemporaryPause = true ;
| mInstrumentation . callActivityOnPause ( r . activity );
| if (! r . activity . mCalled ) {
| throw new SuperNotCalledException (
| "Activity " \+ r . intent . getComponent ... | |
android_memory_battery/ActivityThreadjava1_9_0.txt | | import android . window . SplashScreen ;
| import android . window . SplashScreenView ;
| import android . window . WindowContextInfo ;
| import android . window . WindowProviderService ;
| import android . window . WindowTokenClientController ;
|
| import com . android . inte... | |
android_memory_battery/ActivityThreadjava1_111_0.txt | | UiTranslationSpec uiTranslationSpec ) {
| final ActivityClientRecord r = mActivities . get ( activityToken
);
| if ( r == null ) {
| Log . w ( TAG , "updateUiTranslationState(): no activity for " \+
activityToken );
| return ;
| }
| r . activity . updateUiTranslationState (
| st... | |
android_memory_battery/ActivityThreadjava_65_0.txt | | EventLog . writeEvent ( LOG_ON_PAUSE_CALLED ,
| r . activity . getComponentName (). getClassName ());
| if (! r . activity . mCalled ) {
| throw new SuperNotCalledException (
| "Activity " \+ safeToComponentShortString ( r . intent )
| \+ " did not call through to super.onPause()"... | |
android_memory_battery/ActivityThreadjava_79_0.txt | | *
| * Note to those grepping: this is what ultimately throws
| * NetworkOnMainThreadException ...
| */
| if ( data . appInfo . targetSdkVersion > 9 ) {
| StrictMode . enableDeathOnNetwork ();
| }
|
| /**
| * Switch this process to density compatibility mode if needed.
| */
| if (( data . ap... | |
android_memory_battery/ActivityThreadjava1_183_0.txt | | // any ties in the race.
| holder = installProvider ( c , holder , holder . info ,
| true /*noisy*/ , holder . noReleaseNeeded , stable );
| return holder . provider ;
| }
|
| private ProviderKey getGetProviderKey ( String auth , int userId )
{
| final ProviderKey key = new ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.