Fix cts crash in testStagefright_cve_2015_3836

Avoid crash by change IllegalArgumentException to RuntimeException.
In case testStagefright_cve_2015_3836, RuntimeException is expected behavior by the JNI design
RuntimeException can be throw in this special case by process_media_retriever_call()
in android_media_MediaMetadataRetriever.cpp
CTS Version: 6.0_r17

Change-Id: I27cdf0de9c9d81ccb1504a82924aade94d8e3908
Tracked-On: https://jira01.devtools.intel.com/browse/OAM-44603
Signed-off-by: Yu Chen <yu.y.chen@intel.com>
1 file changed