Log device eabi in phone informations
This commit is contained in:
parent
693a56f519
commit
c26eaaa9ad
1 changed files with 2 additions and 1 deletions
|
@ -412,7 +412,8 @@ public final class LinphoneService extends Service implements LinphoneServiceLis
|
|||
sb.append("MODEL=").append(Build.MODEL).append("\n");
|
||||
//MANUFACTURER doesn't exist in android 1.5.
|
||||
//sb.append("MANUFACTURER=").append(Build.MANUFACTURER).append("\n");
|
||||
sb.append("SDK=").append(Build.VERSION.SDK_INT);
|
||||
sb.append("SDK=").append(Build.VERSION.SDK_INT).append("\n");
|
||||
sb.append("EABI=").append(Build.CPU_ABI).append("\n");
|
||||
Log.i(sb.toString());
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue