ApplicationExitInfo.Rss Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Last resident set size of the memory that the process had used in kB.
public long Rss { [Android.Runtime.Register("getRss", "()J", "", ApiSince=30)] get; }
[<get: Android.Runtime.Register("getRss", "()J", "", ApiSince=30)>]
member this.Rss : int64
Property Value
- Attributes
Remarks
Last resident 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.getRss()
.
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.