Tom Bergan 8db0bc0131 Fix crash in SthalCli
SthalCli does not set all String fields of Properties, which results in
some fields being null, which causes a NullPointerExecption when the
Properties is converted to a SoundTrigger.ModuleProperties:
https://cs.android.com/android/platform/superproject/+/main:frameworks/base/core/java/android/hardware/soundtrigger/SoundTrigger.java;drc=e6ac0c57d7261d83870571c7198518998e0f1732;l=164

This CL fixes that problem by setting the uuid and model arch fields.
The uuid is set to a static randomly-generated UUID, instead of a
dynamic randomly-generated UUID, so the UUID is more easily grep-able.

Fixes: 300518031
Test: manually
Change-Id: I3746470551aed1e0e5a806195c124a70037f1baf
2023-09-14 21:55:14 +00:00
2023-09-08 20:25:29 +00:00
2023-09-07 20:08:27 +00:00
2023-08-01 19:32:52 +00:00
2023-04-07 23:41:20 +00:00
2023-08-25 13:29:30 -07:00
2023-04-07 23:41:20 +00:00
2023-08-25 13:29:30 -07:00
2022-10-31 20:43:43 +00:00
2022-11-18 23:40:59 +00:00
2023-07-17 04:17:08 +00:00
2023-09-08 21:06:03 +00:00
2023-04-07 23:41:20 +00:00
2023-08-25 13:29:30 -07:00
2023-09-14 21:55:14 +00:00
2023-08-25 13:29:30 -07:00
2023-09-11 16:32:19 +00:00
2023-07-31 23:47:54 +00:00
2021-10-28 22:04:46 +00:00
2016-08-30 11:28:36 -07:00
2022-08-01 16:19:14 +00:00
Description
No description provided
134 MiB
Languages
C++ 56.3%
AIDL 41.2%
C 1.5%
Rust 0.4%
Java 0.4%
Other 0.1%