<feed xmlns='http://www.w3.org/2005/Atom'>
<title>platform_tools_security, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_tools_security/'/>
<entry>
<title>Merge "Fixing a casting bug"</title>
<updated>2020-09-23T20:38:32+00:00</updated>
<author>
<name>Treehugger Robot</name>
<email>treehugger-gerrit@google.com</email>
</author>
<published>2020-09-23T20:38:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_tools_security/commit/?id=1d490add468722c3ac22ac1a964b5ef4c031b69b'/>
<id>1d490add468722c3ac22ac1a964b5ef4c031b69b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "GDB extension script for Heap Processing"</title>
<updated>2020-09-11T02:12:14+00:00</updated>
<author>
<name>Treehugger Robot</name>
<email>treehugger-gerrit@google.com</email>
</author>
<published>2020-09-11T02:12:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_tools_security/commit/?id=c97ca7a419e10e3c8e4945f776d89585b16116b8'/>
<id>c97ca7a419e10e3c8e4945f776d89585b16116b8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>GDB extension script for Heap Processing</title>
<updated>2020-09-11T00:31:52+00:00</updated>
<author>
<name>dakshesh</name>
<email>daksheshkumar@google.com</email>
</author>
<published>2020-08-31T05:20:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_tools_security/commit/?id=3e17d7b61780bb400e2c1cedd64115f2eaa8325e'/>
<id>3e17d7b61780bb400e2c1cedd64115f2eaa8325e</id>
<content type='text'>
Script that prints the heap memory.

Test: Tested the script on sample program using test script. Steps
written in README.md

Change-Id: I46d0163446dc228951cc1263127dc3aef680d82c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Script that prints the heap memory.

Test: Tested the script on sample program using test script. Steps
written in README.md

Change-Id: I46d0163446dc228951cc1263127dc3aef680d82c
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge Android R</title>
<updated>2020-09-08T23:57:46+00:00</updated>
<author>
<name>Xin Li</name>
<email>delphij@google.com</email>
</author>
<published>2020-09-08T23:57:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_tools_security/commit/?id=bdda67491369abe49948b29752e03047b7f58663'/>
<id>bdda67491369abe49948b29752e03047b7f58663</id>
<content type='text'>
Bug: 168057903
Merged-In: I1ff80cc4bdf486f9d54c59b034fcfdd8ee5513a0
Change-Id: I31816eb04679e8a3496dd51a847743a91a2b5fa1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bug: 168057903
Merged-In: I1ff80cc4bdf486f9d54c59b034fcfdd8ee5513a0
Change-Id: I31816eb04679e8a3496dd51a847743a91a2b5fa1
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixing a casting bug</title>
<updated>2020-09-01T07:59:44+00:00</updated>
<author>
<name>Max Bires</name>
<email>jbires@google.com</email>
</author>
<published>2020-09-01T07:54:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_tools_security/commit/?id=c3b2def045f5f0b42ebb279a413d379c44bda31c'/>
<id>c3b2def045f5f0b42ebb279a413d379c44bda31c</id>
<content type='text'>
This code was failing since toArray only returns an array of Objects,
since generic information isn't available at runtime.

Test: Check the README
Change-Id: I55e115ae79f5b3c8bb134450a15c9baff23ef76b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This code was failing since toArray only returns an array of Objects,
since generic information isn't available at runtime.

Test: Check the README
Change-Id: I55e115ae79f5b3c8bb134450a15c9baff23ef76b
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge Android R (rvc-dev-plus-aosp-without-vendor@6692709)</title>
<updated>2020-08-27T17:17:43+00:00</updated>
<author>
<name>Xin Li</name>
<email>delphij@google.com</email>
</author>
<published>2020-08-27T17:17:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_tools_security/commit/?id=b8bbf555bfa32b21d9b4d79949bbbeda16af0234'/>
<id>b8bbf555bfa32b21d9b4d79949bbbeda16af0234</id>
<content type='text'>
Bug: 166295507
Merged-In: I628ec62d77696454d347eed3cb10e510529ee3ee
Change-Id: I1ff80cc4bdf486f9d54c59b034fcfdd8ee5513a0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bug: 166295507
Merged-In: I628ec62d77696454d347eed3cb10e510529ee3ee
Change-Id: I1ff80cc4bdf486f9d54c59b034fcfdd8ee5513a0
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Adding a tool to enable quick testing of attestation" am: 87954b6cfd</title>
<updated>2020-08-26T08:59:36+00:00</updated>
<author>
<name>Treehugger Robot</name>
<email>treehugger-gerrit@google.com</email>
</author>
<published>2020-08-26T08:59:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_tools_security/commit/?id=df058a3ab07253ea3e287e781feac6c0dd05737f'/>
<id>df058a3ab07253ea3e287e781feac6c0dd05737f</id>
<content type='text'>
Original change: https://android-review.googlesource.com/c/platform/tools/security/+/1347792

Change-Id: I68a2b1a1b2e6fd0c2d29a133321f0b080a11be5a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Original change: https://android-review.googlesource.com/c/platform/tools/security/+/1347792

Change-Id: I68a2b1a1b2e6fd0c2d29a133321f0b080a11be5a
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Adding a tool to enable quick testing of attestation"</title>
<updated>2020-08-26T08:41:57+00:00</updated>
<author>
<name>Treehugger Robot</name>
<email>treehugger-gerrit@google.com</email>
</author>
<published>2020-08-26T08:41:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_tools_security/commit/?id=87954b6cfd6a52212df8cf64348f6046edbbc600'/>
<id>87954b6cfd6a52212df8cf64348f6046edbbc600</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adding owners to OWNERS am: deae89eb73</title>
<updated>2020-08-26T07:09:45+00:00</updated>
<author>
<name>Max Bires</name>
<email>jbires@google.com</email>
</author>
<published>2020-08-26T07:09:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_tools_security/commit/?id=273c42b6bd92dc404f4e985fe40d5a791b18884c'/>
<id>273c42b6bd92dc404f4e985fe40d5a791b18884c</id>
<content type='text'>
Original change: https://android-review.googlesource.com/c/platform/tools/security/+/1411547

Change-Id: Idbba694bf49d913615219b920fb08bddf9f5fc6e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Original change: https://android-review.googlesource.com/c/platform/tools/security/+/1411547

Change-Id: Idbba694bf49d913615219b920fb08bddf9f5fc6e
</pre>
</div>
</content>
</entry>
<entry>
<title>Adding owners to OWNERS</title>
<updated>2020-08-26T05:36:14+00:00</updated>
<author>
<name>Max Bires</name>
<email>jbires@google.com</email>
</author>
<published>2020-08-26T05:36:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_tools_security/commit/?id=deae89eb730ca554616420d7a99f1dc4fd048ec4'/>
<id>deae89eb730ca554616420d7a99f1dc4fd048ec4</id>
<content type='text'>
This commit adds two OWNERS to handle the changes that will be going
into the about-to-land remote-provisioning directory.

Test: None
Change-Id: I1da351ac163e2bad4b317abe8e95626996d7f522
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit adds two OWNERS to handle the changes that will be going
into the about-to-land remote-provisioning directory.

Test: None
Change-Id: I1da351ac163e2bad4b317abe8e95626996d7f522
</pre>
</div>
</content>
</entry>
</feed>
