diff options
author | Michael Wachenschwanz <mwachens@google.com> | 2018-10-08 11:50:47 -0700 |
---|---|---|
committer | Michael Wachenschwanz <mwachens@google.com> | 2018-10-12 14:59:54 -0700 |
commit | 596c33086a160025d9812acdd7dea4d14a988977 (patch) | |
tree | 57f3c3e78b4cbd78b6af02e0d48c518f602c2c6e /config/boot-image-profile.txt | |
parent | d083f6b875346037a86dc0457bc5780427c49973 (diff) |
Add ProtoInputStream and UsageStatsProto to art profiles
Fixes: 117177943
Test: run google/template/local --template:map test \
google/continuous/boot-successive --no-first-boot --successive-boot \
--boot-count 2 --granular-boot-info -f \
SystemServerTiming_StartUsageService
Change-Id: Id49b063a99a7f6c2c79e6f1d8f7a892d2ab9e47c
Diffstat (limited to 'config/boot-image-profile.txt')
-rw-r--r-- | config/boot-image-profile.txt | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/config/boot-image-profile.txt b/config/boot-image-profile.txt index be9ccec7ec86..2d5103875bd1 100644 --- a/config/boot-image-profile.txt +++ b/config/boot-image-profile.txt @@ -6414,6 +6414,38 @@ HPLandroid/util/proto/EncodedBuffer;->startEditing()V HPLandroid/util/proto/EncodedBuffer;->writeFromThisBuffer(II)V HPLandroid/util/proto/EncodedBuffer;->writeRawBuffer([BII)V HPLandroid/util/proto/EncodedBuffer;->writeRawFixed64(J)V +HPLandroid/util/proto/ProtoInputStream;-><init>(Ljava/io/InputStream;I)V +HPLandroid/util/proto/ProtoInputStream;-><init>(Ljava/io/InputStream;)V +HPLandroid/util/proto/ProtoInputStream;-><init>([B)V +HPLandroid/util/proto/ProtoInputStream;->getFieldNumber()I +HPLandroid/util/proto/ProtoInputStream;->getWireType()I +HPLandroid/util/proto/ProtoInputStream;->getOffset()I +HPLandroid/util/proto/ProtoInputStream;->nextField()I +HPLandroid/util/proto/ProtoInputStream;->isNextField(J)Z +HPLandroid/util/proto/ProtoInputStream;->readDouble(J)D +HPLandroid/util/proto/ProtoInputStream;->readFloat(J)F +HPLandroid/util/proto/ProtoInputStream;->readInt(J)I +HPLandroid/util/proto/ProtoInputStream;->readLong(J)J +HPLandroid/util/proto/ProtoInputStream;->readBoolean(J)Z +HPLandroid/util/proto/ProtoInputStream;->readString(J)Ljava/lang/String; +HPLandroid/util/proto/ProtoInputStream;->readBytes(J)[B +HPLandroid/util/proto/ProtoInputStream;->start(J)J +HPLandroid/util/proto/ProtoInputStream;->end(J)V +HPLandroid/util/proto/ProtoInputStream;->readTag()V +HPLandroid/util/proto/ProtoInputStream;->decodeZigZag32(I)I +HPLandroid/util/proto/ProtoInputStream;->decodeZigZag64(J)J +HPLandroid/util/proto/ProtoInputStream;->readVarint()J +HPLandroid/util/proto/ProtoInputStream;->readFixed32()I +HPLandroid/util/proto/ProtoInputStream;->readFixed64()J +HPLandroid/util/proto/ProtoInputStream;->readRawBytes(I)[B +HPLandroid/util/proto/ProtoInputStream;->readRawString(I)Ljava/lang/String; +HPLandroid/util/proto/ProtoInputStream;->fillBuffer()V +HPLandroid/util/proto/ProtoInputStream;->skip()V +HPLandroid/util/proto/ProtoInputStream;->incOffset(I)V +HPLandroid/util/proto/ProtoInputStream;->checkPacked(J)V +HPLandroid/util/proto/ProtoInputStream;->assertFieldNumber(J)V +HPLandroid/util/proto/ProtoInputStream;->assertWireType(I)V +HPLandroid/util/proto/ProtoInputStream;->assertFreshData()V HPLandroid/util/proto/ProtoOutputStream;-><init>(Ljava/io/FileDescriptor;)V HPLandroid/util/proto/ProtoOutputStream;-><init>(Ljava/io/OutputStream;)V HPLandroid/util/proto/ProtoOutputStream;->compactIfNecessary()V @@ -58580,6 +58612,7 @@ Landroid/util/apk/WrappedX509Certificate; Landroid/util/apk/ZipUtils; Landroid/util/jar/StrictJarFile; Landroid/util/proto/EncodedBuffer; +Landroid/util/proto/ProtoInputStream; Landroid/util/proto/ProtoOutputStream; Landroid/view/-$$Lambda$FocusFinder$FocusSorter$h0f2ZYL6peSaaEeCCkAoYs_YZvU; Landroid/view/-$$Lambda$FocusFinder$FocusSorter$kW7K1t9q7Y62V38r-7g6xRzqqq8; |