Diff between 0c4a249552fc855a19be316be780895ba6b5410f and f917761740eea40c55778bf1c0c753b2dc5807a7

Changed Files

File Additions Deletions Status
android/main.c +9 -0 modified

Full Patch

diff --git a/android/main.c b/android/main.c
index 45381e6..e99b451 100644
--- a/android/main.c
+++ b/android/main.c
@@ -306,14 +306,23 @@ static void configuration(const void *buf, uint16_t len)
 		case HAL_CONFIG_VENDOR:
 			config_vendor = get_prop(config_vendor, prop->len,
 								prop->val);
+
+			DBG("vendor %s", config_vendor);
+
 			break;
 		case HAL_CONFIG_NAME:
 			config_name = get_prop(config_name, prop->len,
 								prop->val);
+
+			DBG("name %s", config_name);
+
 			break;
 		case HAL_CONFIG_MODEL:
 			config_model = get_prop(config_model, prop->len,
 								prop->val);
+
+			DBG("model %s", config_model);
+
 			break;
 		default:
 			error("Invalid configuration option (%u), terminating",