summaryrefslogtreecommitdiff
path: root/docs/html/sdk/api_diff/3/changes
diff options
context:
space:
mode:
authorBjorn Bringert <bringert@android.com>2011-03-08 11:53:12 +0000
committerBjorn Bringert <bringert@android.com>2011-03-08 11:53:12 +0000
commit2cad2cc15345d8623049a17712068e813d305a25 (patch)
treebeb3d1394ce9a07c216798c217995f0354b98df7 /docs/html/sdk/api_diff/3/changes
parent2685aa35ff9b89e0afa17022c2f1326d29cea2dd (diff)
Exception handling clean-up in TextToSpeech.java
This is just a code clean-up change. It should have no effects on behavior. - The exception clean-up code was copied in lots of places, added a restart() method for it. - Use Log.e to print exception stack trace instead of doing it manually. - Moved return statements outside finally-blocks. Having them in the finally-block makes no difference, but can be misleading. Also, Eclipse complains about it. Change-Id: Ibfb18ca89d81d1fd8d212f29b6f8ab305b52ec49
Diffstat (limited to 'docs/html/sdk/api_diff/3/changes')
0 files changed, 0 insertions, 0 deletions