Rifluxyss / acra

Automatically exported from code.google.com/p/acra
0 stars 0 forks source link

Add android.os.Build.SERIAL to logged properties #101

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Feature suggestion: Android 2.3 and up (API 9+) provides serial field  
android.os.Build.SERIAL 
(http://developer.android.com/reference/android/os/Build.html#SERIAL), which is 
an optional unique identifier of the device. Note that this differs from 
UNIQUE_ID because it persists even when the OS wiped and reinstalled.

It is proposed to add SERIAL to the existing set of logged parameter as it 
would provide an additional vector for device tracking.

Original issue reported on code.google.com by rupert.r...@gmail.com on 2 Jan 2012 at 10:11

GoogleCodeExporter commented 8 years ago
Hi,

ACRA already returns this value in the BUILD field.
See http://code.google.com/p/acra/wiki/ReportContent#BUILD for an example.
The BUILD field is filled with android.os.Build.* using reflection API. All 
fields available for the android version it is running on are appended to that 
report field.

Kevin

Original comment by kevin.gaudin on 2 Jan 2012 at 10:18

GoogleCodeExporter commented 8 years ago
You keeping adding features faster than I can complain about them not being 
there ;-)

Original comment by rupert.r...@gmail.com on 2 Jan 2012 at 11:00

GoogleCodeExporter commented 8 years ago

Original comment by kevin.gaudin on 2 Jan 2012 at 8:16