ApplicationExitInfo.Pss Property

Definition

Last proportional set size of the memory that the process had used in kB.

public long Pss { [Android.Runtime.Register("getPss", "()J", "", ApiSince=30)] get; }
[<get: Android.Runtime.Register("getPss", "()J", "", ApiSince=30)>]
member this.Pss : int64

Property Value

Attributes

Remarks

Last proportional set size of the memory that the process had used in kB.

<p class="note">Note: This is the value from last sampling on the process, it's NOT the exact memory information prior to its death; and it'll be zero if the process died before system had a chance to take the sample. </p>

Java documentation for android.app.ApplicationExitInfo.getPss().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to